summaryrefslogtreecommitdiff
path: root/macosx/main.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/main.m')
-rwxr-xr-xmacosx/main.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/main.m b/macosx/main.m
index 700bfdda..8539101d 100755
--- a/macosx/main.m
+++ b/macosx/main.m
@@ -193,6 +193,7 @@ void SysClose() {
[NSApp stop:nil];
}
//Tell the memory card manager that the memory cards changed.
+ //The number three tells the mem card manager to update both cards 1 and 2.
[[NSNotificationCenter defaultCenter] postNotificationName:memChangeNotifier object:nil userInfo:[NSDictionary dictionaryWithObject:@3 forKey:memCardChangeNumberKey]];
}