mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Merge pull request #2292 from lioncash/bool
ptm: Use boolean instead of integral value
This commit is contained in:
		
						commit
						a5cd925a95
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -142,7 +142,7 @@ void Init() { | |||
|             Service::FS::OpenFileFromArchive(*archive_result, gamecoin_path, open_mode); | ||||
|         if (gamecoin_result.Succeeded()) { | ||||
|             auto gamecoin = gamecoin_result.MoveFrom(); | ||||
|             gamecoin->backend->Write(0, sizeof(GameCoin), 1, | ||||
|             gamecoin->backend->Write(0, sizeof(GameCoin), true, | ||||
|                                      reinterpret_cast<const u8*>(&default_game_coin)); | ||||
|             gamecoin->backend->Close(); | ||||
|         } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue