summaryrefslogtreecommitdiff
path: root/macosx
Commit message (Collapse)AuthorAgeFilesLines
* * Remove unneeded mcd argument on macosxStelios Tsampas2018-03-221-5/+5
|
* * Fix file and folder permissionsStelios Tsampas2018-03-1955-0/+0
|
* Various fixes to PeopsOpenGL preferences UI on OSXMrLavender2017-07-153-282/+220
| | | | | | | | | | - Fixed frame buffer effects options - Added frame buffer access options - Frame limit setting was being ignored - VSync setting was being ignored - Texture filtering was being restrained to a 0-2 range instead of 0-6 - Scanline color picker was not being enabled properly - Dithering is a boolean option so changed it to a checkbox - Minor layout problem with the windowWidth field on OS X 10.10+
* Add CPU Overclocking to preferences UI on OS XMrLavender2017-07-014-2/+100
|
* Add PGXP preferences UI for OS XMrLavender2017-07-016-4/+241
|
* Fix PeopsXgl exports on OSXMrLavender2017-06-291-0/+4
|
* Fix OSX debug buildMrLavender2017-06-272-21/+12
|
* Fix OSX buildCarter Li2016-08-052-0/+43
|
* Fix build on OSXCarter Li2016-05-133-9/+39
| | | | Tested on OSX 10.11.4, Xcode v7.3
* Bring up to date with PCSX-R master (97809)iCatButler2016-03-3011-116/+118
|
* OS X: Hook up the DFNet's okay and cancel buttons.SND\MaddTheSane_cp2015-02-101-2/+8
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@93922 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: add CFBundleShortVersionString to the QuickLook and Spotlight importers.SND\MaddTheSane_cp2015-02-082-0/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@93880 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: limit what is exported on the plug-ins.SND\MaddTheSane_cp2015-02-087-0/+227
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@93879 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: The SoftGL plug-in don't need to link against GLKit:SND\MaddTheSane_cp2015-02-082-3/+5
| | | | | | We don't use anything from it. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@93878 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Fix an off-by-one error that was causing the QuickLook and Spotlight ↵SND\MaddTheSane_cp2015-02-073-6/+6
| | | | | | | | 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: Have custom views use IB_DESIGNABLE.SND\MaddTheSane_cp2015-01-274-9/+20
| | | | | | 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-185-1/+7
| | | | 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-183-8/+8
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92935 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Fix pressing "i" making the emulator speeding up.SND\MaddTheSane_cp2015-01-183-13/+15
| | | | | | 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: Remove the Code sign identity.SND\MaddTheSane_cp2014-11-171-1/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92300 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Re-work PcsxrMemoryObject to make the properties more readable.SND\MaddTheSane_cp2014-11-168-64/+68
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92297 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: change the dispatch_async in the freeze block to dispatch_after.SND\MaddTheSane_cp2014-11-151-4/+1
| | | | | | This makes it look cleaner. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92247 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Fix the SoftGL driver.SND\MaddTheSane_cp2014-11-111-2/+2
| | | | | | I knew I was overlooking something... git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92232 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Consolidate the SoftGL plug-in's OpenGL functions into one file again.SND\MaddTheSane_cp2014-11-105-823/+587
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92231 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Move the English localization files around.SND\MaddTheSane_cp2014-11-1026-132/+134
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92229 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: make all ivars either be in the implementation block, or converted to ↵SND\MaddTheSane_cp2014-11-1026-214/+215
| | | | | | Objective C 2.0 properties. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92227 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Move away from ivars in headers, beginning with the main app.SND\MaddTheSane_cp2014-11-1015-57/+57
| | | | | | Also have NSString properties be declared with copy, as recommended by Apple. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92226 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Remove an unused function in DFNet.SND\MaddTheSane_cp2014-11-101-11/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92225 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: fix an oversight with the paused state in EmuThread.SND\MaddTheSane_cp2014-11-092-55/+69
| | | | | | This could have caused bugs later down the line. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92220 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: update the remaining xib files.SND\MaddTheSane_cp2014-10-0816-257/+265
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91803 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: DFNet improvements and fixes.SND\MaddTheSane_cp2014-10-084-24/+27
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91802 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: DFInput fixes:SND\MaddTheSane_cp2014-10-083-32/+36
| | | | | | Set the window delegate from the nib, instead of relying on setting the notifications by NSNotificationCenter. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91801 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: QuickLook: Have the thumbnail images for the memory cards changed to ↵SND\MaddTheSane_cp2014-10-072-4/+4
| | | | | | | | 32 pixels. Minor coding style changes. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91797 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: moving stuff around.SND\MaddTheSane_cp2014-10-032-4/+3
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91786 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: remove a couple of erroneous commentsSND\MaddTheSane_cp2014-10-021-5/+6
| | | | | | Spin the waiting for the emulator into a Dispatch queue. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91778 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Match the command-line arguments with those of the Linux/UNIX version.SND\MaddTheSane_cp2014-10-013-17/+44
| | | | | | Quiet warnings about comments. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91777 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Force the size of the memory card images to 32 px.SND\MaddTheSane_cp2014-10-012-97/+94
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91776 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Make PluginList comply with the NSFastEnumeration protocol.SND\MaddTheSane_cp2014-09-273-3/+21
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91643 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: minor maintenance:SND\MaddTheSane_cp2014-09-278-50/+9
| | | | | | | 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: Fix slow boot.SND\MaddTheSane_cp2014-09-271-2/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91641 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: change the Xcode development version on xibs to "default" (6.0).SND\MaddTheSane_cp2014-09-2715-76/+48
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91640 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: very minor changes.SND\MaddTheSane_cp2014-09-082-1/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91360 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: only store the sjis string from the memory card:SND\MaddTheSane_cp2014-09-0810-57/+30
| | | | | | 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-087-72/+32
| | | | | | 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: attempt to fix the QuickLook plug-in.SND\MaddTheSane_cp2014-08-193-4/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91264 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: make the memory code movement code work.SND\MaddTheSane_cp2014-08-191-4/+8
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91263 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: Move the default folder for the memory cards to within the user's ↵SND\MaddTheSane_cp2014-08-196-11/+50
| | | | | | Documents folder. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91262 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: QuickLook: some minor tweaking.SND\MaddTheSane_cp2014-08-062-10/+11
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91193 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: QuickLook: some minor tweaking.SND\MaddTheSane_cp2014-08-063-22/+29
| | | | | | The generator will use the same APIs as the gif generator if there is only one image. It will still generate a PNG file. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91192 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* OS X: QuickLook: use animated gifs to show the memory card image.SND\MaddTheSane_cp2014-08-063-7/+40
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91191 e17a0e51-4ae3-4d35-97c3-1a29b211df97