summaryrefslogtreecommitdiff
path: root/macosx/ConfigurationController.m
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-12-04 06:34:43 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-12-04 06:34:43 +0000
commit6c94af779d3a6a2ddc46e2c69935bbe58a5c5302 (patch)
tree84da4e19542ee3299db6009b4a68f216e37b0cc1 /macosx/ConfigurationController.m
parent3bd6d16afd6b068de6b061a87cba955f5ca3ff88 (diff)
downloadpcsxr-6c94af779d3a6a2ddc46e2c69935bbe58a5c5302.tar.gz
Added PcsxrMemCardController to those listening for changes in the memory card.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72845 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/ConfigurationController.m')
-rw-r--r--macosx/ConfigurationController.m3
1 files changed, 0 insertions, 3 deletions
diff --git a/macosx/ConfigurationController.m b/macosx/ConfigurationController.m
index ab3dc22c..a89775e3 100644
--- a/macosx/ConfigurationController.m
+++ b/macosx/ConfigurationController.m
@@ -8,7 +8,6 @@
NSString *memChangeNotifier = @"PcsxrMemoryCardDidChangeNotifier";
-
@implementation ConfigurationController
+ (void)setMemoryCard:(int)theCard toPath:(NSString *)theFile
@@ -76,7 +75,6 @@ NSString *memChangeNotifier = @"PcsxrMemoryCardDidChangeNotifier";
NSString *mcdPath = [[urls objectAtIndex:0] path];
[ConfigurationController setMemoryCard:tag toPath:mcdPath];
- [label setTitleWithMnemonic:mcdPath];
}
[openDlg release];
}
@@ -103,7 +101,6 @@ NSString *memChangeNotifier = @"PcsxrMemoryCardDidChangeNotifier";
NSString *mcdPath = [[openDlg URL] path];
[ConfigurationController setMemoryCard:tag toPath:mcdPath];
- [label setTitleWithMnemonic:mcdPath];
CreateMcd(mcd);
}