summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Issue 7770;SND\edgbla_cp2012-10-181-12/+23
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80600 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfinput (esc button);SND\edgbla_cp2012-10-181-23/+83
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80599 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* pcsxr-fix-implicit-int-to-pointer-warning.patch (gber);SND\edgbla_cp2012-10-151-11/+7
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80437 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2012-10-153-6/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80433 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* libglade -> gtkbuilder.SND\edgbla_cp2012-10-152-67/+144
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80418 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Quieting a warning found by Clang's static analyzer.SND\MaddTheSane_cp2012-10-101-0/+6
| | | | | | | | 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
* Quieting a warning in OS X localization implementation.SND\MaddTheSane_cp2012-09-235-9/+9
| | | | | | | 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
* 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
* 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-1426-16263/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@77475 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-1919-33/+33
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@75156 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* DFSound: change extern inlines to static inlines.SND\MaddTheSane_cp2011-12-166-14/+14
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73330 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Found another place that Xcode's static analyzer found. This one was saying ↵SND\MaddTheSane_cp2011-12-031-0/+1
| | | | | | that buf in PADpoll might be NULL, thus causing problems when using it as an array. I just got one test case, not all of them. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72825 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Adding a kludge around defines to get each plug-in to have a unique ↵SND\MaddTheSane_cp2011-11-186-18/+43
| | | | | | localization function on Mac OS X. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72452 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* DFNet for Mac OS X.SND\MaddTheSane_cp2011-11-182-21/+46
| | | | | | Note that DFNet is disabled by default, and there are still a few rough edges. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72400 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 10831 from Durandal_1707:SND\MaddTheSane_cp2011-11-176-10/+20
| | | | | | This should bring the number of warnings when compiling the Mac version with Clang and the -Wall option down to zero. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72386 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* First steps for localization support for Mac OS X/Cocoa, including:SND\MaddTheSane_cp2011-11-176-1/+95
| | | | | | | | | | 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
* Fixing inlines to be either static inline or extern inline as the case may be.SND\MaddTheSane_cp2011-11-1211-35/+26
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72221 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 10804, 10805 (MaddTheSane).SND\edgbla_cp2011-11-127-18/+25
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72189 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 10767 (Durandal_1707).SND\edgbla_cp2011-11-0919-172/+181
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72138 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* pcsxr-analog-fix.patch (darktjm).SND\edgbla_cp2011-11-071-0/+14
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72071 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfinput: visual vibration option.SND\edgbla_cp2011-11-035-20/+84
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@71989 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* SPU crash fix, macos peopsxgl gte accuracy.SND\edgbla_cp2011-08-164-56/+53
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@69712 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* peopsogl1, vertex accuracy.SND\edgbla_cp2011-07-2610-23/+204
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@69230 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* WM_CLASS.WM_NAME (tschak909).SND\edgbla_cp2011-07-262-7/+44
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@69222 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 9753 (MaddTheSane).SND\edgbla_cp2011-06-211-0/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@68034 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound, openal.SND\edgbla_cp2011-06-163-0/+315
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67915 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67641 ↵SND\edgbla_cp2011-06-083-220/+263
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Rebranding.SND\edgbla_cp2011-06-0820-299/+376
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67621 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@66891 ↵SND\edgbla_cp2011-05-182-0/+94
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@66880 ↵SND\edgbla_cp2011-05-174-20/+8
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@66878 ↵SND\edgbla_cp2011-05-171-0/+6
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfinput, mouse (experimental).SND\edgbla_cp2011-05-096-29/+167
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@66705 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@66596 ↵SND\edgbla_cp2011-05-052-17/+16
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@65931 ↵SND\edgbla_cp2011-04-171-8/+10
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@65930 ↵SND\edgbla_cp2011-04-173-10/+10
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 9013 (Edomato).SND\edgbla_cp2011-04-173-4/+279
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@65925 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 9156 (Shalma).SND\edgbla_cp2011-04-1710-119/+450
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@65924 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Temporarily reverted r64524 until I (or someone else) find the time to sort ↵SND\weimingzhi_cp2011-03-1360-63815/+63881
| | | | | | out the stuff. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64536 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Commited patch in issue #8171 (by darktjm).SND\dario86_cp2011-03-1260-18836/+18770
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64524 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64522 ↵SND\edgbla_cp2011-03-122-37/+270
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64521 ↵SND\edgbla_cp2011-03-124-10/+68
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fixed reopened issue #8061 (by darktjm).SND\dario86_cp2011-03-101-8/+28
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64391 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fixed issue #8061 (by darktjm).SND\dario86_cp2011-03-105-5/+39
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64383 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* -dfsound (macosx): added volume adjustment/muting support.SND\weimingzhi_cp2011-02-221-48/+45
| | | | | | -peopsxgl (macosx): removed powerpc from deployment configuration as the plugin is not big-endian compatible. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63687 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* -Reverted some changes to make the code build again on Tiger.SND\weimingzhi_cp2011-02-191-0/+2
| | | | | | | | -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
* -(SysBeep)Added Mac OS X port of P.E.Op.S OpenGL plugin. (Patch #8361)SND\weimingzhi_cp2011-02-184-26/+123
| | | | | | | -Fixed help message for Windows. (Issue #8028). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63522 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* -(YarTour)replaced deprecated GTK_SIGNAL_FUNC() with G_CALLBACK(). (Patch ↵SND\weimingzhi_cp2011-02-127-43/+43
| | | | | | #8258). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63288 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* -dfsound: unified the default value of spuasync in plugin & config utility.SND\weimingzhi_cp2011-02-121-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63287 e17a0e51-4ae3-4d35-97c3-1a29b211df97