diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-09-08 15:01:26 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-09-08 15:01:26 +0000 |
| commit | 1ca710ff8f4c5535d638ea31d3aae98a7791f485 (patch) | |
| tree | bfa119868a049540e1f526a4404aa6a4eb38b3de /macosx/Source/PcsxrDiscHandler.m | |
| parent | b96092d6fbde83d1e3036a6591b0bed356526733 (diff) | |
| download | pcsxr-1ca710ff8f4c5535d638ea31d3aae98a7791f485.tar.gz | |
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
Diffstat (limited to 'macosx/Source/PcsxrDiscHandler.m')
| -rw-r--r-- | macosx/Source/PcsxrDiscHandler.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Source/PcsxrDiscHandler.m b/macosx/Source/PcsxrDiscHandler.m index 996fdab3..f93f91d4 100644 --- a/macosx/Source/PcsxrDiscHandler.m +++ b/macosx/Source/PcsxrDiscHandler.m @@ -46,7 +46,7 @@ - (BOOL)handleFile:(NSString *)theFile { self.discPath = theFile; - PcsxrController *appDelegate = [NSApp delegate]; + PcsxrController *appDelegate = [(NSApplication*)NSApp delegate]; if ([EmuThread active] == YES && !UsingIso()) { return NO; } |
