mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	SaveDataCheck: Fixed a typo
This commit is contained in:
		
							parent
							
								
									90dffe3fc1
								
							
						
					
					
						commit
						123a76c9c8
					
				| @ -13,7 +13,7 @@ | |||||||
| namespace FileSys { | namespace FileSys { | ||||||
| 
 | 
 | ||||||
| static std::string GetSaveDataCheckContainerPath(const std::string& mount_point) { | static std::string GetSaveDataCheckContainerPath(const std::string& mount_point) { | ||||||
|     return Common::StringFromFormat("%s%s/title", mount_point.c_str(), SYSTEM_ID.c_str()); |     return Common::StringFromFormat("%s%s/title/", mount_point.c_str(), SYSTEM_ID.c_str()); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| static std::string GetSaveDataCheckPath(const std::string& mount_point, u32 high, u32 low) { | static std::string GetSaveDataCheckPath(const std::string& mount_point, u32 high, u32 low) { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Subv
						Subv