mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 08:14:45 +02:00
Replace some calls to fopen with File::OpenCFile (utf8).
This commit is contained in:
@@ -794,7 +794,7 @@ static void __SaveDecryptedEbootToStorageMedia(const u8 *decryptedEbootDataPtr,
|
||||
}
|
||||
}
|
||||
|
||||
FILE *decryptedEbootFile = fopen(fullPath.c_str(), "wb");
|
||||
FILE *decryptedEbootFile = File::OpenCFile(fullPath, "wb");
|
||||
if (!decryptedEbootFile) {
|
||||
ERROR_LOG(SCEMODULE, "Unable to write decrypted EBOOT.");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user