mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
Fixes issue 5330.
This commit is contained in:
parent
995a84e06a
commit
404a6b9ba8
3 changed files with 28 additions and 18 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue