summaryrefslogtreecommitdiff
path: root/macosx/PcsxrMemCardController.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-12-09 23:06:12 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-12-09 23:06:12 +0000
commitec0822b8f00cd09591c5deafa78a382131186859 (patch)
tree6b55a6aca6e6d8e82175dce69b93b7424eff25b0 /macosx/PcsxrMemCardController.h
parent7bbdf20d981c5fc8691e95bf0da2f71158058c97 (diff)
downloadpcsxr-ec0822b8f00cd09591c5deafa78a382131186859.tar.gz
Moving things around in the Memory manager for Mac OS X.
Fixed a bug in the OS X memory manager that would prevent the change in memory card to be reflected in the window. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73112 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrMemCardController.h')
-rw-r--r--macosx/PcsxrMemCardController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/PcsxrMemCardController.h b/macosx/PcsxrMemCardController.h
index c6d05121..8b5598cd 100644
--- a/macosx/PcsxrMemCardController.h
+++ b/macosx/PcsxrMemCardController.h
@@ -21,4 +21,6 @@
- (IBAction)formatCard:(id)sender;
- (IBAction)deleteMemoryObject:(id)sender;
- (void)loadMemoryCardInfoForCard:(int)theCard;
+- (BOOL)isMemoryBlockEmptyOnCard:(int)aCard block:(int)aBlock;
+- (int)countFreeBlocksOnCard:(int)aCard;
@end