summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Define PADhandleKey in OS X's main.m file.SND\MaddTheSane_cp2013-07-101-2/+4
* Tab and spacing changes.SND\MaddTheSane_cp2013-07-101-14/+14
* minor code tweaks.SND\MaddTheSane_cp2013-07-105-27/+63
* Future work to get PADhandleKey working on OS X. Still very much a work-in-pr...SND\MaddTheSane_cp2013-07-092-1/+6
* Make the bladesio1 driver work on OS X:SND\MaddTheSane_cp2013-07-094-97/+126
* Some more work on PCSXR's logging on OS X.SND\MaddTheSane_cp2013-07-094-132/+198
* Fix a bug in OS X 32-bit code.SND\MaddTheSane_cp2013-07-094-3/+3
* Changing a lot of NSLogs to SysPrintf on OS X's PCSXR.SND\MaddTheSane_cp2013-07-0920-95/+86
* Fix some integer values being too small (according to Xcode) on 64-bit hardware.SND\MaddTheSane_cp2013-07-092-11/+11
* Fix some minor warnings on SysPrintf and SysMessage use in libpcsxcore.SND\MaddTheSane_cp2013-07-097-14/+14
* Include file missing from last commit.SND\MaddTheSane_cp2013-07-092-2/+26
* Updating OS X plug-in code.SND\MaddTheSane_cp2013-07-0912-155/+222
* Fix the CALLBACK placement in the sio1 plug-in: I messed it up when I copied ...SND\MaddTheSane_cp2013-07-092-4/+4
* Since when did PcsxrPlugin.m in Xcode get marked to use spaces instead of tabs?SND\MaddTheSane_cp2013-07-092-200/+200
* Trimming down the preprocessor macros on OS X's plugin object class.SND\MaddTheSane_cp2013-07-091-121/+115
* Messing with OS X's config window.SND\MaddTheSane_cp2013-07-081-411/+798
* Have the arguments passed to the OS X app be done in a specific order, so i.e...SND\MaddTheSane_cp2013-07-084-51/+200
* Get rid of a warning about integer truncationSND\MaddTheSane_cp2013-07-081-1/+1
* Rework the disc handler on OS X a bit.SND\MaddTheSane_cp2013-07-082-18/+16
* We don't have any notification observer on the Configuration Controller class...SND\MaddTheSane_cp2013-07-081-1/+2
* Move a few last things to fast enumeration on OS X.SND\MaddTheSane_cp2013-07-081-9/+7
* Clang apparently doesn't respond to -falign-loops or -finline-limit. Removing...SND\MaddTheSane_cp2013-07-0813-34/+32
* Create the blank memory block header only once.SND\MaddTheSane_cp2013-07-081-11/+14
* Fixing 10.8-only behavior in the xibs.SND\MaddTheSane_cp2013-07-082-82/+78
* Various updates and improvements to OS X code.SND\MaddTheSane_cp2013-07-0810-32/+19
* Setting (moxt) OS X xibs to use Auto Layout (the configuration xib is going t...SND\MaddTheSane_cp2013-07-084-43/+1556
* Implement compaction of memory cards.SND\MaddTheSane_cp2013-07-084-12/+89
* We can now copy to other cards, but compacting cards isn't available right now.SND\MaddTheSane_cp2013-07-083-7/+55
* Rewriting the memory card management on OS X. It's lacking copy capability ri...SND\MaddTheSane_cp2013-07-0812-655/+649
* Looks like I forgot to change a translation string when I moved to multi-bloc...SND\MaddTheSane_cp2013-07-081-1/+1
* Get multi-block save copying working correctly on OS X.SND\MaddTheSane_cp2013-07-065-99/+66
* Rehauling the memory card object in preperation for fixing the memory card ma...SND\MaddTheSane_cp2013-07-064-121/+250
* Moving the memory card manager to the preferences window.SND\MaddTheSane_cp2013-07-068-3365/+1432
* Minor OS X changes.SND\MaddTheSane_cp2013-07-0610-60/+66
* Get rid of the seperate ARCBridge headers.SND\MaddTheSane_cp2013-07-0513-312/+59
* Change some +stringWithCString and -initWithCString:encoding: to modern Objec...SND\MaddTheSane_cp2013-07-0523-68/+72
* Removing unneeded preprocessor defenitions on OS X.SND\MaddTheSane_cp2013-07-051-6/+0
* Grouping similar classes in Xcode.SND\MaddTheSane_cp2013-07-0512-45/+324
* Getting rid of empty directories.SND\MaddTheSane_cp2013-07-050-0/+0
* Consolidate the plug-ins in OS X into the main PCSXR project.SND\MaddTheSane_cp2013-07-0516-4064/+2521
* Moving the Xcode config files to their own folder, and fixing the projects' r...SND\MaddTheSane_cp2013-07-0512-39/+41
* Fix Cocoa complaining when getting the plug-in info under OS X.SND\MaddTheSane_cp2013-07-057-55/+84
* Moving some code around.SND\MaddTheSane_cp2013-07-052-7/+40
* Make it build againSND\MaddTheSane_cp2013-07-052-5/+12
* Implement the Xcode setting files on Xcode projects.SND\MaddTheSane_cp2013-07-0512-336/+158
* Making the SIO plug-ins work on OS X.SND\MaddTheSane_cp2013-07-0519-202/+1484
* This should get the bladesio plug-in building on OS X.SND\MaddTheSane_cp2013-07-0411-0/+1599
* SVN is being stupidSND\MaddTheSane_cp2013-07-0410-1125/+0
* get rid of extra, blank lines on OS X.SND\MaddTheSane_cp2013-07-0420-38/+2
* Still more work to get Bladesio1 set up for OS X.SND\MaddTheSane_cp2013-07-041-409/+0