summaryrefslogtreecommitdiff
path: root/macosx/PcsxrMemCardArray.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-08 03:35:06 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-08 03:35:06 +0000
commit60e436cbfc50b7ec6af134ecec0d4c19ee6b95ed (patch)
tree874d0e8e909ea97c63fa08684fa8cad71c4ddda4 /macosx/PcsxrMemCardArray.h
parent1be32b430bb24d88642409f6b80338e36879c342 (diff)
downloadpcsxr-60e436cbfc50b7ec6af134ecec0d4c19ee6b95ed.tar.gz
Implement compaction of memory cards.
Other assorted bug fixes. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85890 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrMemCardArray.h')
-rw-r--r--macosx/PcsxrMemCardArray.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/PcsxrMemCardArray.h b/macosx/PcsxrMemCardArray.h
index b8961e3f..a1d209fb 100644
--- a/macosx/PcsxrMemCardArray.h
+++ b/macosx/PcsxrMemCardArray.h
@@ -32,5 +32,6 @@
@property (nonatomic, readonly, unsafe_unretained) NSArray *memoryArray;
@property (nonatomic, readonly, unsafe_unretained) NSURL *memCardURL;
+@property (nonatomic, readonly) const char *memCardCPath;
@end