From c5e22319017d4493c87f82711bf5e62e4a830d67 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Mon, 2 Nov 2009 12:24:44 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@34886 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PcsxController.m | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'macosx/PcsxController.m') 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; } -- cgit v1.2.3