summaryrefslogtreecommitdiff
path: root/macosx/PcsxrController.m
Commit message (Expand)AuthorAgeFilesLines
* OS X:SND\MaddTheSane_cp2013-08-241-4/+4
* Messing with the order of arguments of the LaunchArg class in OS X.SND\MaddTheSane_cp2013-08-221-23/+23
* Fix a problem if the memory cards couldn't be found. This fixes the plug-ins ...SND\MaddTheSane_cp2013-08-101-5/+24
* Some work on OS X's cheat interface.SND\MaddTheSane_cp2013-08-011-1/+3
* Minor changes on OS X code.SND\MaddTheSane_cp2013-07-241-1/+1
* Remvoing SysPrintfs that I missed from Cocoa code the last time I did this.SND\MaddTheSane_cp2013-07-111-1/+1
* Revert some SysPrintfs in OS X to NSLogs.SND\MaddTheSane_cp2013-07-111-14/+3
* minor code tweaks.SND\MaddTheSane_cp2013-07-101-13/+24
* Some more work on PCSXR's logging on OS X.SND\MaddTheSane_cp2013-07-091-0/+5
* Changing a lot of NSLogs to SysPrintf on OS X's PCSXR.SND\MaddTheSane_cp2013-07-091-23/+27
* Have the arguments passed to the OS X app be done in a specific order, so i.e...SND\MaddTheSane_cp2013-07-081-41/+80
* Clang apparently doesn't respond to -falign-loops or -finline-limit. Removing...SND\MaddTheSane_cp2013-07-081-5/+5
* Rewriting the memory card management on OS X. It's lacking copy capability ri...SND\MaddTheSane_cp2013-07-081-3/+2
* Moving the memory card manager to the preferences window.SND\MaddTheSane_cp2013-07-061-5/+0
* Minor OS X changes.SND\MaddTheSane_cp2013-07-061-1/+1
* Get rid of the seperate ARCBridge headers.SND\MaddTheSane_cp2013-07-051-1/+1
* Change some +stringWithCString and -initWithCString:encoding: to modern Objec...SND\MaddTheSane_cp2013-07-051-1/+1
* Making the SIO plug-ins work on OS X.SND\MaddTheSane_cp2013-07-051-0/+1
* get rid of extra, blank lines on OS X.SND\MaddTheSane_cp2013-07-041-1/+0
* Even more work on the memory card management.SND\MaddTheSane_cp2013-06-261-5/+19
* Handle getting passed "files" that are actually command line options. This ha...SND\MaddTheSane_cp2013-06-221-0/+5
* Minor spacing changes.SND\MaddTheSane_cp2013-06-221-8/+29
* Ignore files passed via the command line if we're parsing.SND\MaddTheSane_cp2013-06-221-52/+108
* Adding some rudimentary command line support for OS XSND\MaddTheSane_cp2013-06-221-0/+157
* Make OS X use LidInterrupt.SND\MaddTheSane_cp2013-06-201-4/+5
* Apply patch 13980, with fixes to get it working properly. This allows a cheat...SND\MaddTheSane_cp2013-03-031-3/+23
* Only run the url if the emulator is running if we are using an ISO.SND\MaddTheSane_cp2013-03-021-2/+6
* sio;SND\edgbla_cp2013-02-141-1/+1
* Make sPluginList in PluginList.m unsafe-unretained so we can properly free it...SND\MaddTheSane_cp2013-01-141-7/+5
* Disable the dynarec core on OS X i386. It will still run in 64-bit mode.SND\MaddTheSane_cp2013-01-101-1/+8
* Use strlcpy on OS X code.SND\MaddTheSane_cp2013-01-101-24/+37
* Use ARC in 64-bit mode on the Mac.SND\MaddTheSane_cp2013-01-091-12/+21
* Making PCSX-R for Mac handle the added disc image formats.SND\MaddTheSane_cp2013-01-081-78/+3
* Setting end-of-line metadata.SND\MaddTheSane_cp2012-12-241-0/+0
* Add a recent menu.SND\MaddTheSane_cp2012-12-201-3/+9
* Mac Patch 13437.SND\MaddTheSane_cp2012-12-151-4/+21
* Break out of the file handling loop when we reach a handle.SND\MaddTheSane_cp2012-10-311-0/+2
* Mainly spacing changes, and a few OCD things.SND\MaddTheSane_cp2012-10-101-9/+14
* Changing encoding of c strings returned for the linker on OS X to ASCII: I do...SND\MaddTheSane_cp2012-09-231-15/+39
* Quiet a warning in 64-bit code while not triggering a similar warning in 32-b...SND\MaddTheSane_cp2012-09-211-2/+2
* Make repetitive array creation only happen once on OS X.SND\MaddTheSane_cp2012-05-231-1/+4
* Basic widescreen support for Mac OS X.SND\MaddTheSane_cp2012-05-231-4/+6
* Check to see if the file exists before returning it in HandleBinCue.SND\MaddTheSane_cp2011-12-301-0/+2
* Try to figure out the .bin name from a cue sheet. If that fails, use the old ...SND\MaddTheSane_cp2011-12-301-2/+33
* Use proper init function for NSURL. This should fix the inability to run ISOs...SND\MaddTheSane_cp2011-12-201-1/+1
* Changed utisCanHandle to supportedUTIs.SND\MaddTheSane_cp2011-12-181-16/+16
* Multiple plug-in directories support for Mac OS X. It could be better: curren...SND\MaddTheSane_cp2011-12-171-0/+4
* Reduce code duplication in -[PcsxrController application:openFile:].SND\MaddTheSane_cp2011-12-171-20/+14
* Passing CFStrings to UTTypeEqual for constant strings.SND\MaddTheSane_cp2011-12-151-9/+9
* Fixed a memory leak in HandleBinCue.SND\MaddTheSane_cp2011-12-121-2/+6