summaryrefslogtreecommitdiff
path: root/macosx/Source/PcsxrMemCardArray.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/Source/PcsxrMemCardArray.h')
-rw-r--r--macosx/Source/PcsxrMemCardArray.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/macosx/Source/PcsxrMemCardArray.h b/macosx/Source/PcsxrMemCardArray.h
index 584118b6..cfe830aa 100644
--- a/macosx/Source/PcsxrMemCardArray.h
+++ b/macosx/Source/PcsxrMemCardArray.h
@@ -16,18 +16,7 @@
- (void)deleteMemoryBlocksAtIndex:(int)slotnum;
- (void)compactMemory;
-/**
- * @fn freeBlocks
- * @abstract Blocks that are free from any data
- * @result free blocks
- */
@property (readonly) int freeBlocks;
-
-/**
- * @fn availableBlocks
- * @abstract Blocks that have been deleted
- * @result free blocks
- */
@property (readonly) int availableBlocks;
- (int)memorySizeAtIndex:(int)idx;
- (BOOL)moveBlockAtIndex:(int)idx toMemoryCard:(PcsxrMemCardArray*)otherCard;