summaryrefslogtreecommitdiff
path: root/macosx/ConfigurationController.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-12-04 06:09:59 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-12-04 06:09:59 +0000
commit3bd6d16afd6b068de6b061a87cba955f5ca3ff88 (patch)
tree77cd021219ac202826edf2ad857e210feffe6496 /macosx/ConfigurationController.h
parentc057388716aadb2f7d5d20c12da29ce89396402b (diff)
downloadpcsxr-3bd6d16afd6b068de6b061a87cba955f5ca3ff88.tar.gz
Made it so that opening a memory card on PCSXR for the Mac allows you to set which slot you want to put it in. Just ignore the "Could not open file" warning for now: It's wrong.
Added a class method to ConfigurationController that will set a memory card based on a path passed to it. Also made ConfigurationController listen for when a memory card is changed. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72844 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/ConfigurationController.h')
-rw-r--r--macosx/ConfigurationController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/ConfigurationController.h b/macosx/ConfigurationController.h
index 964e4eda..d6ef4491 100644
--- a/macosx/ConfigurationController.h
+++ b/macosx/ConfigurationController.h
@@ -45,5 +45,6 @@
- (BOOL)memoryCardWindowIsVisible;
- (NSString *)keyForSender:(id)sender;
++ (void)setMemoryCard:(int)theCard toPath:(NSString *)theFile;
@end