summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* We don't need mutable dictionaries when setting plug-in defaults.SND\MaddTheSane_cp2012-10-137-124/+112
| | | | | | | Set proper classes in the DFSound Info.plist files. Fix a missing default setting in the sound plug-ins. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80391 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fixing naming convention on a Cocoa function.SND\MaddTheSane_cp2012-10-135-23/+22
| | | | | | Fixing string format in a Cocoa string. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80390 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Quieting a warning found by Clang's static analyzer.SND\MaddTheSane_cp2012-10-107-8/+12
| | | | | | | | Properly clean up after ourselves. Our code doesn't use Carbon, and implicitly links to System.framework (which, on OS X, is just a pointer to libSystem). Don't include debugging symbols on release builds. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80326 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Added some sanity checking so we don't try to use nil objects in the SoftGL ↵SND\MaddTheSane_cp2012-10-102-2/+23
| | | | | | Mac driver. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80324 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Mainly spacing changes, and a few OCD things.SND\MaddTheSane_cp2012-10-104-35/+37
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80323 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* spacing change.SND\MaddTheSane_cp2012-10-071-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80267 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fixing something I goofed on last commit.SND\MaddTheSane_cp2012-10-061-2/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80254 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* -NSURL fileReferenceURL] didn't do what I thought it did. Instead, Bookmarks ↵SND\MaddTheSane_cp2012-10-061-34/+37
| | | | | | do that git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80253 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80189 ↵SND\edgbla_cp2012-10-031-3/+3
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Minor spacing changes.SND\MaddTheSane_cp2012-09-281-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80047 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fix missing return statement.SND\MaddTheSane_cp2012-09-281-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80046 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Quieting a warning in OS X localization implementation.SND\MaddTheSane_cp2012-09-2317-67/+259
| | | | | | | Fixing a few bugs on the OS X Software Shader support, and adding a quality selector. Changing the hacks type used in the Mac preference selector from unsigned long to unsigned int. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@79982 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fixing some unitialized variables caught by Clang. Also fixing a divide by ↵SND\MaddTheSane_cp2012-09-232-4/+12
| | | | | | zero error git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@79981 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Changing encoding of c strings returned for the linker on OS X to ASCII: I ↵SND\MaddTheSane_cp2012-09-235-68/+96
| | | | | | | | | | doubt the Mach-O file format is in UTF-8 Fixing releasing when the parent's class init fails: The proper way is to pass null when that happens, not release then pass null. Using fast enumeration where possible. Modified the bin/cue handling to also find the bin for .toc files. Note that there isn't a UTI for .toc files yet. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@79980 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Adding AppKit and Foundation frameworks on OS X for easy function lookup.SND\MaddTheSane_cp2012-09-231-0/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@79978 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Modernizing PeopsXGL for OS X.SND\MaddTheSane_cp2012-09-231-15/+10
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@79977 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Quiet a warning in 64-bit code while not triggering a similar warning in ↵SND\MaddTheSane_cp2012-09-211-2/+2
| | | | | | 32-bit code. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@79965 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Main Xcode project changed slightly.SND\MaddTheSane_cp2012-09-172-18/+21
| | | | | | Style changes in the Mac NetSock plug-in. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@79894 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* We don't want to reference X11 on the Mac side.SND\MaddTheSane_cp2012-09-171-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@79893 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Updating projects to build on Xcode 4.4SND\MaddTheSane_cp2012-09-1716-261/+1227
| | | | | | Added OpenGL shader support to the Mac software renderer. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@79892 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 12659 (dokuganryu);SND\edgbla_cp2012-08-023-40/+62
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@79284 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 12651 (dokuganryu);SND\edgbla_cp2012-07-311-2/+16
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@79276 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 12559 (dokuganryu).SND\edgbla_cp2012-07-122-1/+43
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@78971 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Make repetitive array creation only happen once on OS X.SND\MaddTheSane_cp2012-05-235-5/+24
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@78288 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Setting PcsxrMemCardDocument to be readable to Interface Builder 3.2.SND\MaddTheSane_cp2012-05-231-6/+20
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@78281 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Basic widescreen support for Mac OS X.SND\MaddTheSane_cp2012-05-234-33/+142
| | | | | | Change memoryCardWindowIsVisible to more Objective-C-friendly isMemoryCardWindowVisible. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@78279 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@78211 ↵SND\edgbla_cp2012-05-212-4/+4
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Configuration->CPU->Widescreen (16:9, GTE Hack).SND\edgbla_cp2012-05-209-11/+44
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@78188 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@77577 ↵SND\edgbla_cp2012-04-211-2/+4
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Removed GXVideo plugin as per original author suggestion.SND\dario86_cp2012-04-1428-16276/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@77475 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* CD-XA attenuation hack disabled again due to a collateral bug which causes ↵SND\dario86_cp2012-03-011-3/+3
| | | | | | distorted speech in Resident Evil series. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@75683 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@75587 ↵SND\dario86_cp2012-02-281-1/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - reenabled CD-XA streaming hack by shalma; fixes sound in Final Fantasy ↵SND\dario86_cp2012-02-272-5/+5
| | | | | | | | Tactics, Ridge Racer Type 4 opening sequence and other games (issue #8067); - reenabled CD-XA attenuation by shalma; CD-XA fading effect supported in the main menu in Resident Evil, at the end of the fight in Tekken 3 and in Street Fighter Alpha 3 (issue #9593). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@75584 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GXVideo graphics plugin is buggy and unmantained - disabled by default.SND\dario86_cp2012-02-262-2/+14
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@75519 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Updated Free Software Foundation address in two more files (Jem256).SND\dario86_cp2012-02-192-2/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@75200 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Updated Free Software Foundation address (Jem256).SND\dario86_cp2012-02-19170-326/+326
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@75156 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Get rid of parentheses around IsConst and IsMapped macros. Quiets a warning ↵SND\MaddTheSane_cp2011-12-312-4/+4
| | | | | | on Clang. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73976 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Setting the proper encodings on the sound plug-ins' InfoPlist.strings.SND\MaddTheSane_cp2011-12-312-8/+10
| | | | | | Updating main Xcode project to account for the change of names for the sound plug-ins. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73975 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fixing memory leak.SND\MaddTheSane_cp2011-12-311-0/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73963 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Check to see if the file exists before returning it in HandleBinCue.SND\MaddTheSane_cp2011-12-301-0/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73949 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Try to figure out the .bin name from a cue sheet. If that fails, use the old ↵SND\MaddTheSane_cp2011-12-301-2/+33
| | | | | | method (get the .bin from the .cue file name). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73948 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fail in PcsxrPlugin initialization if we can't find the plugin specified. ↵SND\MaddTheSane_cp2011-12-291-0/+6
| | | | | | Prevents a crash if a plug-in was removed/renamed. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73846 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* fixing the PeopsSPU Xcode projectSND\MaddTheSane_cp2011-12-281-14/+14
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73842 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* rearranging Sound plug-in for Mac.SND\MaddTheSane_cp2011-12-2814-72/+1377
| | | | | | | | | Renamed PeopsSPU plugin to PeopsSpuSDL to reflect its use of SDL. Renamed PeopsAL plugin to PeopsSpuAL. Prevent Objective-C class clashing between the sound plug-ins by renaming the named slider class based on which plug-in is being built. Splitting resources between the two different sound plug-ins. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73841 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Changing the cue UTI to com.goldenhawk.cdrwin-cuesheet from Boxer.SND\MaddTheSane_cp2011-12-282-3/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73837 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Make IsCdHandleOpen() on Mac match the Linux method.SND\MaddTheSane_cp2011-12-271-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73820 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Thinning down PcsxrMemoryObject header down even more.SND\MaddTheSane_cp2011-12-262-10/+14
| | | | | | Making PcsxrMemoryObject only export getters. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73753 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Adding my name to the Coders list in Credits.rtf.SND\MaddTheSane_cp2011-12-202-25/+27
| | | | | | We should directly access instance variables instead of calling getters/setters on PcsxrMemoryObject's init method. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73578 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Use proper init function for NSURL. This should fix the inability to run ↵SND\MaddTheSane_cp2011-12-201-1/+1
| | | | | | ISOs and IMGs. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73552 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Added sanity checking around the temporary version checking for loading ↵SND\MaddTheSane_cp2011-12-201-7/+12
| | | | | | libraries for Mac OS X. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73526 e17a0e51-4ae3-4d35-97c3-1a29b211df97