mirror of
https://github.com/OpenEmu/PCSX2-Core.git
synced 2025-11-01 11:07:36 +00:00
OK, fix save states and not revert it by accident
This commit is contained in:
@@ -489,7 +489,7 @@ static NSString *binCueFix(NSString *path)
|
||||
{
|
||||
if (!VMManager::HasValidVM())
|
||||
return;
|
||||
bool success = VMManager::SaveState(fileName.fileSystemRepresentation);
|
||||
bool success = VMManager::SaveState(fileName.fileSystemRepresentation, false, false);
|
||||
|
||||
block(success, success ? nil : [NSError errorWithDomain:OEGameCoreErrorDomain code:OEGameCoreCouldNotSaveStateError userInfo:@{NSLocalizedDescriptionKey: @"PCSX2 Could not save the current state.", NSFilePathErrorKey: fileName}]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user