summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* spu: do bIRQReturn on sample boundariesSND\notaz_cp2013-01-092-39/+35
| | | | | | fixes crackling on one of the channels (Chrono Cross) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82137 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* spu: fix one more 64bit issueSND\notaz_cp2013-01-091-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82133 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* spu: fix decoded_ptr maskingSND\notaz_cp2013-01-071-3/+3
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82098 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Caetla crash fix;SND\edgbla_cp2013-01-072-2/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82088 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* fix xa breakage on 64bit LinuxSND\notaz_cp2013-01-071-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82087 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* test commit.SND\MaddTheSane_cp2012-12-201-2/+11
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81906 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2012-11-201-0/+14
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81330 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2012-11-202-244/+265
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81329 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2012-11-202-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81327 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* gtk3 (thanks to Rafał Mużyło);SND\edgbla_cp2012-11-2021-657/+799
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81326 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Unix style EOL (thanks to darktjm);SND\edgbla_cp2012-11-18101-54513/+54513
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81299 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* update my email address.SND\weimingzhi_cp2012-10-2317-17/+17
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80665 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Do not leave zombie process when running configure utilities.SND\weimingzhi_cp2012-10-235-49/+82
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80664 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* 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