From 09b52df12a0dc938bdd9b4c2d36a1d13af88ca50 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Wed, 10 Jul 2013 00:04:59 +0000 Subject: minor code tweaks. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85949 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PcsxrMemoryObject.m | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'macosx/PcsxrMemoryObject.m') 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 { -- cgit v1.2.3