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 01:43:06 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-08 01:43:06 +0000
commit1be32b430bb24d88642409f6b80338e36879c342 (patch)
treebe73fef78ef1e1571620d7bfce134dfa5d54f697 /macosx/PcsxrMemCardArray.h
parenta65d2267a5b86826c59a9673e6aa185469f24000 (diff)
downloadpcsxr-1be32b430bb24d88642409f6b80338e36879c342.tar.gz
We can now copy to other cards, but compacting cards isn't available right now.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85887 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrMemCardArray.h')
-rw-r--r--macosx/PcsxrMemCardArray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/PcsxrMemCardArray.h b/macosx/PcsxrMemCardArray.h
index 760f4726..b8961e3f 100644
--- a/macosx/PcsxrMemCardArray.h
+++ b/macosx/PcsxrMemCardArray.h
@@ -31,6 +31,6 @@
@property (nonatomic, readonly, unsafe_unretained) NSArray *memoryArray;
-@property (nonatomic, readonly, unsafe_unretained) NSURL *memCardLocation;
+@property (nonatomic, readonly, unsafe_unretained) NSURL *memCardURL;
@end