From f7a0f268a330ca558e3aef3f5231ccc779ab32e7 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Tue, 25 Jun 2013 23:00:46 +0000 Subject: Adding a comment. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85556 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PcsxrMemCardController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/macosx/PcsxrMemCardController.m b/macosx/PcsxrMemCardController.m index 9729fa74..5e585aa7 100755 --- a/macosx/PcsxrMemCardController.m +++ b/macosx/PcsxrMemCardController.m @@ -43,6 +43,7 @@ static inline void CopyMemcardData(char *from, char *to, int srci, int dsti, cha NSString *fullPath1 = [fm stringWithFileSystemRepresentation:Config.Mcd1 length:sizeof(Config.Mcd1)]; NSString *fullPath2 = [fm stringWithFileSystemRepresentation:Config.Mcd2 length:sizeof(Config.Mcd2)]; #if 0 + //For some odd reason, Cocoa complains about being passed a URL with no scheme. fileName1 = [fm displayNameAtPath:fullPath1]; fileName2 = [fm displayNameAtPath:fullPath2]; #else -- cgit v1.2.3