summaryrefslogtreecommitdiff
path: root/macosx/Source/PcsxrMemCardArray.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-11-10 19:46:07 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-11-10 19:46:07 +0000
commit0f8e66e194b903763b6c580599eb47c11f154bdd (patch)
tree18210577c9696330348dee2711614374c64c56fa /macosx/Source/PcsxrMemCardArray.h
parent264fac97c436e9df0c0e94daef463a1f0a17d3e8 (diff)
downloadpcsxr-0f8e66e194b903763b6c580599eb47c11f154bdd.tar.gz
OS X: Move away from ivars in headers, beginning with the main app.
Also have NSString properties be declared with copy, as recommended by Apple. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92226 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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;