mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-19 19:07:48 +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