From ea22cb43790add304b8b3620e45fe4a8e7b719c2 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Fri, 5 Jul 2013 23:02:13 +0000 Subject: Get rid of the seperate ARCBridge headers. Set the mime type on the InfoPlist.strings to be text. Why were we using sprintf with NSStrings? NSString does have methods for doing what we need. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85868 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PcsxrController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/PcsxrController.m') diff --git a/macosx/PcsxrController.m b/macosx/PcsxrController.m index e13bca27..6fe9fa40 100755 --- a/macosx/PcsxrController.m +++ b/macosx/PcsxrController.m @@ -733,7 +733,7 @@ otherblock();\ strcpy(Config.BiosDir, "Bios/"); strcpy(Config.PatchesDir, "Patches/"); - saveStatePath = RETAINOBJ(@"sstates"); + saveStatePath = @"sstates"; } // set plugin path -- cgit v1.2.3