diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-06-25 23:00:46 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-06-25 23:00:46 +0000 |
| commit | f7a0f268a330ca558e3aef3f5231ccc779ab32e7 (patch) | |
| tree | 7cc31d94d6525823744ef8c07446bcc1c1db3a01 | |
| parent | 03e3c01771cd7c1b502f5b79b902123fbee96d02 (diff) | |
| download | pcsxr-f7a0f268a330ca558e3aef3f5231ccc779ab32e7.tar.gz | |
Adding a comment.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85556 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rwxr-xr-x | macosx/PcsxrMemCardController.m | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
