summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFXVideo/macsrc
Commit message (Collapse)AuthorAgeFilesLines
...
* We don't need mutable dictionaries when setting plug-in defaults.SND\MaddTheSane_cp2012-10-131-7/+7
| | | | | | | 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
* Quieting a warning found by Clang's static analyzer.SND\MaddTheSane_cp2012-10-101-0/+2
| | | | | | | | 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-102-25/+22
| | | | 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
* Quieting a warning in OS X localization implementation.SND\MaddTheSane_cp2012-09-234-17/+25
| | | | | | | 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
* Updating projects to build on Xcode 4.4SND\MaddTheSane_cp2012-09-175-24/+363
| | | | | | 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
* Adding a kludge around defines to get each plug-in to have a unique ↵SND\MaddTheSane_cp2011-11-181-0/+31
| | | | | | localization function on Mac OS X. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72452 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* First steps for localization support for Mac OS X/Cocoa, including:SND\MaddTheSane_cp2011-11-171-0/+10
| | | | | | | | | | Localizable.strings files for each plug-in. Try to get localizable string from a c string (see Pcsxr_locale_text in main.m). Each Mac plug-in now has a Principal class declaration in their Info.plist Also updated the memory card extensions git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72361 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Changing Mac getters to be more Objective-C.SND\MaddTheSane_cp2011-11-123-5/+5
| | | | | | Getters in Objective-C are just named what they are getting, I.E. "getVariable" isn't valid, but "variable" is. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72232 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Big Mac Commit!SND\MaddTheSane_cp2011-11-121-1/+1
| | | | | | | | | Updating plug-ins to use Release instead of Debug for command line building. Update to use 64-bit safe datatypes (NSInteger where needed). Getting rid of no longer used variables in the Xcode projects. Making a Localizable.strings file. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72225 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* 10797, 10798 (MaddTheSane).SND\edgbla_cp2011-11-111-8/+8
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72170 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 10767 (Durandal_1707).SND\edgbla_cp2011-11-094-6/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72138 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* -Reverted some changes to make the code build again on Tiger.SND\weimingzhi_cp2011-02-191-1/+1
| | | | | | | | -Removed x86_64 from Deployment configuration. -macosx: Use SDL for sound plugin, removed Carbon backend. -(MaddTheSane)Fixed memory leaks (Patch #8427). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63548 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* MaddTheSane:SND\weimingzhi_cp2010-12-141-3/+3
| | | | | | | | | | - Clean up the Xcode projects a bit. - Added 64-bit mode on Mac. - Made it so that the SDK was set on the Xcode projects. - Enabled PowerPC support. (Patch #7730). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61171 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@35184 ↵SND\weimingzhi_cp2009-11-031-5/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@34801 ↵SND\weimingzhi_cp2009-11-021-0/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@34798 ↵SND\weimingzhi_cp2009-11-021-13/+20
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@34795 ↵SND\weimingzhi_cp2009-11-021-49/+56
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@34786 ↵SND\weimingzhi_cp2009-11-0210-0/+1528
e17a0e51-4ae3-4d35-97c3-1a29b211df97