diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-11-02 12:24:44 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-11-02 12:24:44 +0000 |
| commit | c5e22319017d4493c87f82711bf5e62e4a830d67 (patch) | |
| tree | 63abec52e7a18cd1627efc0bc965b00bf8768e14 /macosx/PcsxController.m | |
| parent | 946e44f786311b367a0f66de424e42330de7cbc0 (diff) | |
| download | pcsxr-c5e22319017d4493c87f82711bf5e62e4a830d67.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@34886 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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; } |
