summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* We don't need mutable dictionaries when setting plug-in defaults.SND\MaddTheSane_cp2012-10-137-124/+112
* Fixing naming convention on a Cocoa function.SND\MaddTheSane_cp2012-10-135-23/+22
* Quieting a warning found by Clang's static analyzer.SND\MaddTheSane_cp2012-10-107-8/+12
* Added some sanity checking so we don't try to use nil objects in the SoftGL M...SND\MaddTheSane_cp2012-10-102-2/+23
* Mainly spacing changes, and a few OCD things.SND\MaddTheSane_cp2012-10-104-35/+37
* spacing change.SND\MaddTheSane_cp2012-10-071-1/+1
* Fixing something I goofed on last commit.SND\MaddTheSane_cp2012-10-061-2/+5
* -NSURL fileReferenceURL] didn't do what I thought it did. Instead, Bookmarks ...SND\MaddTheSane_cp2012-10-061-34/+37
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80189 e17a0e51-4ae3-4d35...SND\edgbla_cp2012-10-031-3/+3
* Minor spacing changes.SND\MaddTheSane_cp2012-09-281-2/+2
* Fix missing return statement.SND\MaddTheSane_cp2012-09-281-1/+1
* Quieting a warning in OS X localization implementation.SND\MaddTheSane_cp2012-09-2317-67/+259
* Fixing some unitialized variables caught by Clang. Also fixing a divide by ze...SND\MaddTheSane_cp2012-09-232-4/+12
* Changing encoding of c strings returned for the linker on OS X to ASCII: I do...SND\MaddTheSane_cp2012-09-235-68/+96
* Adding AppKit and Foundation frameworks on OS X for easy function lookup.SND\MaddTheSane_cp2012-09-231-0/+4
* Modernizing PeopsXGL for OS X.SND\MaddTheSane_cp2012-09-231-15/+10
* Quiet a warning in 64-bit code while not triggering a similar warning in 32-b...SND\MaddTheSane_cp2012-09-211-2/+2
* Main Xcode project changed slightly.SND\MaddTheSane_cp2012-09-172-18/+21
* We don't want to reference X11 on the Mac side.SND\MaddTheSane_cp2012-09-171-1/+1
* Updating projects to build on Xcode 4.4SND\MaddTheSane_cp2012-09-1716-261/+1227
* Patch 12659 (dokuganryu);SND\edgbla_cp2012-08-023-40/+62
* Patch 12651 (dokuganryu);SND\edgbla_cp2012-07-311-2/+16
* Patch 12559 (dokuganryu).SND\edgbla_cp2012-07-122-1/+43
* Make repetitive array creation only happen once on OS X.SND\MaddTheSane_cp2012-05-235-5/+24
* Setting PcsxrMemCardDocument to be readable to Interface Builder 3.2.SND\MaddTheSane_cp2012-05-231-6/+20
* Basic widescreen support for Mac OS X.SND\MaddTheSane_cp2012-05-234-33/+142
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@78211 e17a0e51-4ae3-4d35...SND\edgbla_cp2012-05-212-4/+4
* Configuration->CPU->Widescreen (16:9, GTE Hack).SND\edgbla_cp2012-05-209-11/+44
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@77577 e17a0e51-4ae3-4d35...SND\edgbla_cp2012-04-211-2/+4
* Removed GXVideo plugin as per original author suggestion.SND\dario86_cp2012-04-1428-16276/+0
* CD-XA attenuation hack disabled again due to a collateral bug which causes di...SND\dario86_cp2012-03-011-3/+3
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@75587 e17a0e51-4ae3-4d35...SND\dario86_cp2012-02-281-1/+1
* - reenabled CD-XA streaming hack by shalma; fixes sound in Final Fantasy Tact...SND\dario86_cp2012-02-272-5/+5
* GXVideo graphics plugin is buggy and unmantained - disabled by default.SND\dario86_cp2012-02-262-2/+14
* Updated Free Software Foundation address in two more files (Jem256).SND\dario86_cp2012-02-192-2/+4
* Updated Free Software Foundation address (Jem256).SND\dario86_cp2012-02-19170-326/+326
* Get rid of parentheses around IsConst and IsMapped macros. Quiets a warning o...SND\MaddTheSane_cp2011-12-312-4/+4
* Setting the proper encodings on the sound plug-ins' InfoPlist.strings.SND\MaddTheSane_cp2011-12-312-8/+10
* Fixing memory leak.SND\MaddTheSane_cp2011-12-311-0/+2
* 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
* Fail in PcsxrPlugin initialization if we can't find the plugin specified. Pre...SND\MaddTheSane_cp2011-12-291-0/+6
* fixing the PeopsSPU Xcode projectSND\MaddTheSane_cp2011-12-281-14/+14
* rearranging Sound plug-in for Mac.SND\MaddTheSane_cp2011-12-2814-72/+1377
* Changing the cue UTI to com.goldenhawk.cdrwin-cuesheet from Boxer.SND\MaddTheSane_cp2011-12-282-3/+6
* Make IsCdHandleOpen() on Mac match the Linux method.SND\MaddTheSane_cp2011-12-271-1/+1
* Thinning down PcsxrMemoryObject header down even more.SND\MaddTheSane_cp2011-12-262-10/+14
* Adding my name to the Coders list in Credits.rtf.SND\MaddTheSane_cp2011-12-202-25/+27
* Use proper init function for NSURL. This should fix the inability to run ISOs...SND\MaddTheSane_cp2011-12-201-1/+1
* Added sanity checking around the temporary version checking for loading libra...SND\MaddTheSane_cp2011-12-201-7/+12