summaryrefslogtreecommitdiff
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
...
* Adding some rudimentary command line support for OS XSND\MaddTheSane_cp2013-06-223-3/+184
* Adding the pauseSafeWithBlock declaration to the EmuThread header.SND\MaddTheSane_cp2013-06-201-0/+1
* Make OS X use LidInterrupt.SND\MaddTheSane_cp2013-06-202-5/+8
* Since we haven't stated we can't open more than one file in OS X' cheat open ...SND\MaddTheSane_cp2013-05-291-1/+3
* Prevent deadlocking when saving states on OS X.SND\MaddTheSane_cp2013-05-201-12/+31
* Hook up one of the shader selectors.SND\MaddTheSane_cp2013-04-251-18/+27
* Fix a crash when using SoftGL on OS X.SND\MaddTheSane_cp2013-03-171-164/+172
* Apply patch 13980, with fixes to get it working properly. This allows a cheat...SND\MaddTheSane_cp2013-03-037-20/+986
* Make OS X's localization implementation functions match the signature of gett...SND\MaddTheSane_cp2013-03-037-20/+20
* Only run the url if the emulator is running if we are using an ISO.SND\MaddTheSane_cp2013-03-021-2/+6
* Set the recent item menu text based on the localized name: this will honor th...SND\MaddTheSane_cp2013-02-281-2/+9
* Use URLByAppendingPathComponent: instead of stringWithFormat: to get the dest...SND\MaddTheSane_cp2013-02-141-3/+1
* sio;SND\edgbla_cp2013-02-141-1/+1
* Fix a memory leak in non-ARC code.SND\MaddTheSane_cp2013-02-121-3/+4
* Only set the ISO in the disc handler when the emulator is running if we are u...SND\MaddTheSane_cp2013-02-121-4/+8
* Applying patch 13817.SND\MaddTheSane_cp2013-02-081-2/+2
* minor changesSND\MaddTheSane_cp2013-01-292-96/+89
* fixed a memory leak in non-ARC code.SND\MaddTheSane_cp2013-01-294-28/+37
* Window calls should only be done on the main thread on OS X.SND\MaddTheSane_cp2013-01-291-12/+15
* Updating Xcode project files based on Xcode 4.6 upgrade recommendation.SND\MaddTheSane_cp2013-01-296-6/+90
* The weak directive is useless in non-ARC code. comment it out when not using ...SND\MaddTheSane_cp2013-01-282-1/+3
* Messing around with the file handling XIBs.SND\MaddTheSane_cp2013-01-284-12/+28
* Bumping the minimum OS X version to 10.7.SND\MaddTheSane_cp2013-01-209-1057/+727
* Make sPluginList in PluginList.m unsafe-unretained so we can properly free it...SND\MaddTheSane_cp2013-01-143-46/+52
* Getting rid of the autorelease pools around EmuThread's functions: they were ...SND\MaddTheSane_cp2013-01-111-126/+120
* Disable the dynarec core on OS X i386. It will still run in 64-bit mode.SND\MaddTheSane_cp2013-01-102-1/+14
* Use strlcpy on OS X code.SND\MaddTheSane_cp2013-01-1012-40/+92
* Setting the Plug-in window controllers' initial value to nil.SND\MaddTheSane_cp2013-01-107-10/+8
* Changing some things on the OS X net plug-in.SND\MaddTheSane_cp2013-01-101-6/+10
* Messing with the OS X plug-in code:SND\MaddTheSane_cp2013-01-109-115/+65
* Use ARC in 64-bit mode on the Mac.SND\MaddTheSane_cp2013-01-0917-221/+375
* Making PCSX-R for Mac handle the added disc image formats.SND\MaddTheSane_cp2013-01-083-123/+88
* Build the Recent Menu source file.SND\MaddTheSane_cp2013-01-082-2/+5
* Get OS X compiling again:SND\MaddTheSane_cp2012-12-284-6/+8
* Setting end-of-line metadata.SND\MaddTheSane_cp2012-12-2481-0/+0
* Implement fast-forward in the display plug-ins for OS X.SND\MaddTheSane_cp2012-12-208-41/+464
* Add a recent menu.SND\MaddTheSane_cp2012-12-206-10/+373
* Incorporating changes from the GTK memory manager.SND\MaddTheSane_cp2012-12-201-11/+100
* Fix a double release bug.SND\MaddTheSane_cp2012-12-161-1/+0
* Add missing file from last commit.SND\MaddTheSane_cp2012-12-151-0/+114
* Mac Patch 13437.SND\MaddTheSane_cp2012-12-1524-187/+1347
* Unix style EOL (thanks to darktjm);SND\edgbla_cp2012-11-183-466/+466
* Some code refactoring.SND\MaddTheSane_cp2012-11-141-11/+7
* Break out of the file handling loop when we reach a handle.SND\MaddTheSane_cp2012-10-312-2/+10
* Naming the PSX thread on OS X.SND\MaddTheSane_cp2012-10-311-0/+6
* update my email address.SND\weimingzhi_cp2012-10-2311-11/+11
* Allocate the buffer in loadSource via length of the data and not the file siz...SND\MaddTheSane_cp2012-10-191-54/+2
* Putting my name in the right place.SND\MaddTheSane_cp2012-10-151-2/+2
* Use rect_texture if available and we're not using shaders.SND\MaddTheSane_cp2012-10-131-22/+22
* Fix off-by-one on shader quality on the Mac SoftGL port.SND\MaddTheSane_cp2012-10-131-2/+2