From 3bd0bcc5dfe1777a2446a897f170f4c5971baa83 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Fri, 6 Jun 2014 18:42:33 +0000 Subject: 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 --- macosx/PcsxrMemoryObject.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/PcsxrMemoryObject.m') 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 -- cgit v1.2.3