From 1ca710ff8f4c5535d638ea31d3aae98a7791f485 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Mon, 8 Sep 2014 15:01:26 +0000 Subject: OS X: only store the sjis string from the memory card: The sjis title returned from GetMcdBlockInfo is is the latin title with Shift Japanese added, use that exclusively for PcsxrMemoryObject's name string. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91359 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/Source/PcsxrMemoryObject.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'macosx/Source/PcsxrMemoryObject.h') diff --git a/macosx/Source/PcsxrMemoryObject.h b/macosx/Source/PcsxrMemoryObject.h index 39b44be5..80f63f57 100644 --- a/macosx/Source/PcsxrMemoryObject.h +++ b/macosx/Source/PcsxrMemoryObject.h @@ -28,8 +28,7 @@ typedef NS_ENUM(char, PCSXRMemFlags) { - (NSImage*)memoryImageAtIndex:(NSInteger)idx; -@property (readonly, strong) NSString *englishName; -@property (readonly, strong) NSString *sjisName; +@property (readonly, strong) NSString *name; @property (readonly, strong) NSString *memName; @property (readonly, strong) NSString *memID; @property (readonly, strong) NSArray *memoryCardImages; -- cgit v1.2.3