summaryrefslogtreecommitdiff
path: root/macosx/Resources
Commit message (Collapse)AuthorAgeFilesLines
* Add CPU Overclocking to preferences UI on OS XMrLavender2017-07-011-0/+60
|
* Add PGXP preferences UI for OS XMrLavender2017-07-011-3/+104
|
* Bring up to date with PCSX-R master (97809)iCatButler2016-03-301-6/+8
|
* OS X: Have custom views use IB_DESIGNABLE.SND\MaddTheSane_cp2015-01-271-4/+16
| | | | | | Minor comment change. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@93285 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Localize the multi-save string.SND\MaddTheSane_cp2015-01-184-0/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92936 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Add icons to the recent item menu.SND\MaddTheSane_cp2015-01-181-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92935 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Re-work PcsxrMemoryObject to make the properties more readable.SND\MaddTheSane_cp2014-11-161-11/+15
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92297 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: update the remaining xib files.SND\MaddTheSane_cp2014-10-085-119/+122
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91803 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Force the size of the memory card images to 32 px.SND\MaddTheSane_cp2014-10-011-96/+90
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91776 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: minor maintenance:SND\MaddTheSane_cp2014-09-274-12/+0
| | | | | | | Remove reference to "SJIS name": It wasn't being used anymore. Strip headers from SDL2 when copying it over: we don't need those files. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91642 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: change the Xcode development version on xibs to "default" (6.0).SND\MaddTheSane_cp2014-09-275-25/+16
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91640 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: only store the sjis string from the memory card:SND\MaddTheSane_cp2014-09-085-32/+19
| | | | | | The sjis title returned from GetMcdBlockInfo is is the latin title with Shift Japanese added, use that exclusively for PcsxrMemoryObject's name string. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91359 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Have the memory card images be represented as gif files.SND\MaddTheSane_cp2014-09-081-4/+4
| | | | | | This makes it less of a chore handling the animation, as the OS will do it automatically for us now. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91357 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Move the default folder for the memory cards to within the user's ↵SND\MaddTheSane_cp2014-08-194-0/+8
| | | | | | Documents folder. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91262 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Set the development target of xibs to Xcode 5.1SND\MaddTheSane_cp2014-07-215-114/+26
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91016 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X:SND\MaddTheSane_cp2014-04-022-17/+17
| | | | | | | Stop the memory card images from animating when the preferences window closes. Other changes and improvements. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89782 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X:SND\MaddTheSane_cp2014-04-021-30/+25
| | | | | | Fix an annoying GUI bug when moving to the plug-in tab in Preferences. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89781 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: minor changes to the credits.rtf files.SND\MaddTheSane_cp2014-03-292-4/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89719 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Refactoring.SND\MaddTheSane_cp2014-03-291-48/+58
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89712 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: SND\MaddTheSane_cp2014-03-244-24/+0
| | | | | | Looks like I still somehow managed to miss a few files… git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89549 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: slowly moving the resources to a subdirectory.SND\MaddTheSane_cp2014-03-239-0/+743
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89539 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: slowly moving the resources to a subdirectory.SND\MaddTheSane_cp2014-03-2353-0/+5347
I forgot how braindead subversion can be. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89538 e17a0e51-4ae3-4d35-97c3-1a29b211df97