summaryrefslogtreecommitdiff
path: root/macosx/PcsxrMemCardArray.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PcsxrMemCardArray.h')
-rw-r--r--macosx/PcsxrMemCardArray.h14
1 files changed, 12 insertions, 2 deletions
diff --git a/macosx/PcsxrMemCardArray.h b/macosx/PcsxrMemCardArray.h
index 82098262..21b45f3c 100644
--- a/macosx/PcsxrMemCardArray.h
+++ b/macosx/PcsxrMemCardArray.h
@@ -15,9 +15,19 @@
- (void)deleteMemoryBlocksAtIndex:(int)slotnum;
- (void)compactMemory;
-//Blocks that are free
+
+/**
+ * @fn freeBlocks
+ * @abstract Blocks that are free from any data
+ * @result free blocks
+ */
- (int)freeBlocks;
-//Blocks that have been deleted and are free
+
+/**
+ * @fn availableBlocks
+ * @abstract Blocks that have been deleted
+ * @result free blocks
+ */
- (int)availableBlocks;
- (int)memorySizeAtIndex:(int)idx;
- (BOOL)moveBlockAtIndex:(int)idx toMemoryCard:(PcsxrMemCardArray*)otherCard;