summaryrefslogtreecommitdiff
path: root/macosx/PcsxrMemoryObject.m
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-10 00:04:59 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-10 00:04:59 +0000
commit09b52df12a0dc938bdd9b4c2d36a1d13af88ca50 (patch)
treef83efe15234716a8bf0afba10334bf5d7d4143f2 /macosx/PcsxrMemoryObject.m
parent0fd6f9301c3d3d568fb58251bb1c38da576701a2 (diff)
downloadpcsxr-09b52df12a0dc938bdd9b4c2d36a1d13af88ca50.tar.gz
minor code tweaks.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85949 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrMemoryObject.m')
-rwxr-xr-xmacosx/PcsxrMemoryObject.m5
1 files changed, 4 insertions, 1 deletions
diff --git a/macosx/PcsxrMemoryObject.m b/macosx/PcsxrMemoryObject.m
index 429bedc1..ec063ec9 100755
--- a/macosx/PcsxrMemoryObject.m
+++ b/macosx/PcsxrMemoryObject.m
@@ -167,7 +167,10 @@ static NSString *MemLabelEndLink;
self.sjisName = [NSString stringWithCString:infoBlock->sTitle encoding:NSShiftJISStringEncoding];
if ([englishName isEqualToString:sjisName]) {
- SysPrintf("English name and sjis name are the same: %s. Replacing the sjis string with the English string.\n", [englishName UTF8String]);
+#if 0
+ if (![englishName isEqualToString:@""])
+ SysPrintf("English name and sjis name are the same: %s. Replacing the sjis string with the English string.\n", [englishName UTF8String]);
+#endif
self.sjisName = self.englishName;
}
@autoreleasepool {