diff options
Diffstat (limited to 'macosx/PcsxrController.m')
| -rw-r--r-- | macosx/PcsxrController.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/macosx/PcsxrController.m b/macosx/PcsxrController.m index eff82832..bfea695a 100644 --- a/macosx/PcsxrController.m +++ b/macosx/PcsxrController.m @@ -166,6 +166,11 @@ NSString *saveStatePath; if ([preferenceWindow isVisible]) return NO; + if (preferencesController != nil) { + if ([preferencesController memoryCardWindowIsVisible] == YES) + return NO; + } + if ([menuItem action] == @selector(runBios:) && strcmp(Config.Bios, "HLE") == 0) return NO; |
