summaryrefslogtreecommitdiff
path: root/macosx/PcsxrController.m
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-06 04:48:53 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-06 04:48:53 +0000
commitc5017013517e053f43acbdae524026a8b496cb94 (patch)
tree057349f06e123590254e37b0fc4811abd6f410a1 /macosx/PcsxrController.m
parentfda7db4491a0c1620afcd50d7f53985442c6e856 (diff)
downloadpcsxr-c5017013517e053f43acbdae524026a8b496cb94.tar.gz
Moving the memory card manager to the preferences window.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85870 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrController.m')
-rwxr-xr-xmacosx/PcsxrController.m5
1 files changed, 0 insertions, 5 deletions
diff --git a/macosx/PcsxrController.m b/macosx/PcsxrController.m
index 8795f944..8ca55692 100755
--- a/macosx/PcsxrController.m
+++ b/macosx/PcsxrController.m
@@ -290,11 +290,6 @@ void ShowHelpAndExit(FILE* output, int exitCode)
if ([preferenceWindow isVisible])
return NO;
- if (preferencesController != nil) {
- if ([preferencesController isMemoryCardWindowVisible] == YES)
- return NO;
- }
-
if (cheatWindow != nil)
if ([cheatWindow isVisible])
return NO;