diff options
Diffstat (limited to 'macosx/PcsxController.m')
| -rw-r--r-- | macosx/PcsxController.m | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/macosx/PcsxController.m b/macosx/PcsxController.m index 4ff909b7..98792f9f 100644 --- a/macosx/PcsxController.m +++ b/macosx/PcsxController.m @@ -174,11 +174,8 @@ NSString *saveStatePath; return (CheckState((char *)[path fileSystemRepresentation]) == 0); } - if ([menuItem action] == @selector(preferences:)) { - if ([EmuThread active]) - return NO; - return YES; - } + if ([menuItem action] == @selector(preferences:)) + return ![EmuThread active]; return YES; } |
