mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Fixes issue 5330.
This commit is contained in:

committed by
Shawn Hoffman

parent
995a84e06a
commit
404a6b9ba8
@ -462,7 +462,7 @@ void cUIDsys::AddTitle(u64 _TitleID)
|
||||
File::CreateFullPath(uidSys);
|
||||
File::IOFile pFile(uidSys, "ab");
|
||||
|
||||
if (pFile.WriteArray(&Element, 1))
|
||||
if (!pFile.WriteArray(&Element, 1))
|
||||
ERROR_LOG(DISCIO, "fwrite failed");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user