summaryrefslogtreecommitdiff
path: root/macosx/Psx-Memcard/GetMetadataForFile.m
Commit message (Collapse)AuthorAgeFilesLines
* Bring up to date with PCSX-R master (97809)iCatButler2016-03-301-19/+19
|
* OS X: Fix an off-by-one error that was causing the QuickLook and Spotlight ↵SND\MaddTheSane_cp2015-02-071-2/+2
| | | | | | | | plug-ins to crash. The bug was also present in the app itself, but it didn't crash. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@93874 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Fix pressing "i" making the emulator speeding up.SND\MaddTheSane_cp2015-01-181-7/+5
| | | | | | This was caused by gpuKeypress in HandleKey to interpret the I key as GPU_FRAME_LIMIT. Having the block check for the NSControlKeyMask fixes this. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92900 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: put back the code that condenses the Shift-JIS Roman characters into ↵SND\MaddTheSane_cp2014-07-201-11/+12
| | | | | | | | their ASCII values. Can't figure out how to set the metadata language variants properly. Just use the Japanese strings instead. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91005 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Fix the metadata importer.SND\MaddTheSane_cp2014-07-201-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90998 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: copy strings over as binary, except for the metadata/QuickLook plug-ins.SND\MaddTheSane_cp2014-07-191-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90995 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: more trimming of the metadata plug-in.SND\MaddTheSane_cp2014-07-081-58/+16
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90902 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Update the metadata plug-in to be slightly fasterSND\MaddTheSane_cp2014-07-071-96/+121
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90899 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Use the proper localization code for the metadata importer.SND\MaddTheSane_cp2014-07-071-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90898 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: We don’t need to link to CoreData.SND\MaddTheSane_cp2014-07-071-1/+1
| | | | | | Fix improper import/include preprocessor on the importer. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90896 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: minor code changes and improvements.SND\MaddTheSane_cp2014-06-061-0/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90607 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: implement the metadata (Spotlight) importer for the memory cards.SND\MaddTheSane_cp2014-06-061-0/+197
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90603 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Begin working on a metadata importer for the memory cards.SND\MaddTheSane_cp2014-06-061-0/+34
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90602 e17a0e51-4ae3-4d35-97c3-1a29b211df97