diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-08 01:43:06 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-08 01:43:06 +0000 |
| commit | 1be32b430bb24d88642409f6b80338e36879c342 (patch) | |
| tree | be73fef78ef1e1571620d7bfce134dfa5d54f697 /macosx/PcsxrMemCardArray.h | |
| parent | a65d2267a5b86826c59a9673e6aa185469f24000 (diff) | |
| download | pcsxr-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.h | 2 |
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 |
