mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
minor fix
This commit is contained in:
parent
28bfc4c05d
commit
458f8cfac3
@ -496,8 +496,10 @@ static u32 sceUmdGetErrorStat()
|
||||
|
||||
void __UmdReplace(std::string filepath) {
|
||||
char *error = "";
|
||||
if (!UmdReplace(filepath, error))
|
||||
if (!UmdReplace(filepath, error)) {
|
||||
ERROR_LOG(SCEIO, "UMD Replace failed: %s", error);
|
||||
return;
|
||||
}
|
||||
|
||||
UMDInserted = false;
|
||||
CoreTiming::ScheduleEvent(usToCycles(200*1000), umdInsertChangeEvent, 0); // Wait sceUmdCheckMedium call
|
||||
|
Loading…
Reference in New Issue
Block a user