summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Removed -mstackrealign. It was impossible to debug with THAT, too. Also, it's...SND\MaddTheSane_cp2011-12-101-5/+1
* Moving things around in the Memory manager for Mac OS X.SND\MaddTheSane_cp2011-12-094-62/+144
* Let's make sure the memory card is created before posting a notification abou...SND\MaddTheSane_cp2011-12-082-2/+7
* Use actual UTIs of most of the disk image formats. Not .bin, though. That's u...SND\MaddTheSane_cp2011-12-072-6/+3
* Passing -mstackrealign compiler flag when building on Mac OS X. This fixes ru...SND\MaddTheSane_cp2011-12-061-2/+5
* Prevent a blank memory card selector from popping up at launch.SND\MaddTheSane_cp2011-12-061-0/+4
* Workaround to get PCSXR for Mac to have ISOs selectable.SND\MaddTheSane_cp2011-12-052-3/+3
* Removing one nib that didn't get deletedSND\MaddTheSane_cp2011-12-053-0/+0
* Added PcsxrMemCardController to those listening for changes in the memory card.SND\MaddTheSane_cp2011-12-043-3/+18
* Made it so that opening a memory card on PCSXR for the Mac allows you to set ...SND\MaddTheSane_cp2011-12-047-12/+893
* Found another place that Xcode's static analyzer found. This one was saying t...SND\MaddTheSane_cp2011-12-031-0/+1
* Fixes for some problems found with Xcode's static analyzer. There are more, b...SND\MaddTheSane_cp2011-12-034-11/+5
* Link Enable NetPlay button to the proper action.SND\MaddTheSane_cp2011-12-034-58/+78
* Fixes to the Net plug-in for Mac OS X:SND\MaddTheSane_cp2011-12-023-14/+6
* Remove PowerPC files from the Xcode build process.SND\MaddTheSane_cp2011-12-027-32/+14
* Use MAXPATHLEN when copying over directory namesSND\MaddTheSane_cp2011-12-021-1/+1
* Remove -fomit-frame-pointer from Xcode debug builds; it was impossible to deb...SND\MaddTheSane_cp2011-12-024-7/+2
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72730 e17a0e51-4ae3-4d35...SND\edgbla_cp2011-11-307-43/+16
* Actually load the Net plug-in on Mac OS X.SND\MaddTheSane_cp2011-11-291-1/+3
* Removing unused outlets.SND\MaddTheSane_cp2011-11-293-33/+4
* Added a note to the Mac OS X memory editor's source code.SND\MaddTheSane_cp2011-11-272-45/+31
* Makes it so that sleeping in the background saves between sessions.SND\MaddTheSane_cp2011-11-271-1/+3
* Resized the Memory Card manager for Mac OS X.SND\MaddTheSane_cp2011-11-278-29/+50
* Fixed the improperly-labeled deleted display on blocks.SND\MaddTheSane_cp2011-11-264-36/+21
* Fix a missing [super dealloc] call.SND\MaddTheSane_cp2011-11-263-8/+25
* Fixed off-by-one bug.SND\MaddTheSane_cp2011-11-264-10/+84
* Added region autodetection for Net Yaroze Boot Disc (E) [DTL-S3035].SND\dario86_cp2011-11-261-1/+2
* The Memory card editor for Mac OS X should be up and running now.SND\MaddTheSane_cp2011-11-256-37/+178
* More changes to the Memory Card manager for Mac OS X.SND\MaddTheSane_cp2011-11-243-32/+67
* Hack to make it so that pausing when PCSXR is in the background can be disabled.SND\MaddTheSane_cp2011-11-243-29/+49
* First steps to make a memory card manager for Mac.SND\MaddTheSane_cp2011-11-249-29/+1727
* Updating Localizable.strings.SND\MaddTheSane_cp2011-11-223-8/+17
* Localizing the Named Sliders in the SPU plug-in.SND\MaddTheSane_cp2011-11-222-13/+32
* Let's not use AC_PROG_CC_STDC until it's cleared with the other developersSND\MaddTheSane_cp2011-11-221-1/+0
* Adding a kludge around defines to get each plug-in to have a unique localizat...SND\MaddTheSane_cp2011-11-1812-38/+155
* DFNet for Mac OS X.SND\MaddTheSane_cp2011-11-1823-117/+2088
* fixing wrong UTI definition for plug-insSND\MaddTheSane_cp2011-11-181-1/+2
* Forgot some Localizable.strings entries.SND\MaddTheSane_cp2011-11-181-1/+12
* Fix possible memory leak in PeopsXGL Mac plug-in.SND\MaddTheSane_cp2011-11-171-1/+1
* Patch 10831 from Durandal_1707:SND\MaddTheSane_cp2011-11-177-28/+49
* use MAXPATHLEN when copying over file namesSND\MaddTheSane_cp2011-11-171-5/+5
* Change configuration window name to PCSXR preferences.SND\MaddTheSane_cp2011-11-171-1/+3
* Updating AddPluginSheet to use PcsxrPluginDocument instead of PcsxPluginDocum...SND\MaddTheSane_cp2011-11-171-10/+94
* First steps for localization support for Mac OS X/Cocoa, including:SND\MaddTheSane_cp2011-11-1734-119/+365
* Adding entries to InfoPlist.stringsSND\MaddTheSane_cp2011-11-162-15/+13
* Setting xib deployment target to 10.6SND\MaddTheSane_cp2011-11-158-80/+98
* Changing Mac getters to be more Objective-C.SND\MaddTheSane_cp2011-11-1214-42/+42
* Big Mac Commit!SND\MaddTheSane_cp2011-11-1222-146/+140
* Make MAXPATHLEN match PATH_MAX from <sys/param.h>SND\MaddTheSane_cp2011-11-121-1/+2
* Use Power Assertions on both 32-bit and 64-bit.SND\MaddTheSane_cp2011-11-121-18/+4