diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-06-06 18:42:33 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-06-06 18:42:33 +0000 |
| commit | 3bd0bcc5dfe1777a2446a897f170f4c5971baa83 (patch) | |
| tree | 6266ecfb0194121a99aaeed016b9d15c28cf0078 /macosx/PcsxrMemoryObject.m | |
| parent | 99d48611d9604491cc2e95380a2b13e00db4d4b5 (diff) | |
| download | pcsxr-3bd0bcc5dfe1777a2446a897f170f4c5971baa83.tar.gz | |
OS X: implement the metadata (Spotlight) importer for the memory cards.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90603 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrMemoryObject.m')
| -rwxr-xr-x | macosx/PcsxrMemoryObject.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/PcsxrMemoryObject.m b/macosx/PcsxrMemoryObject.m index a26f1829..7d11b6f8 100755 --- a/macosx/PcsxrMemoryObject.m +++ b/macosx/PcsxrMemoryObject.m @@ -19,7 +19,7 @@ NSString *const memoryAnimateTimerKey = @"PCSXR Memory Card Image Animate"; @property (readwrite) uint8_t startingIndex; @property (readwrite) uint8_t blockSize; -@property (readwrite, nonatomic) NSInteger memImageIndex; +@property (nonatomic) NSInteger memImageIndex; @property (strong) NSArray *memImages; @property (readwrite) PCSXRMemFlags flagNameIndex; @end |
