summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* changed cdrom timing value so that it behaves the same as older revisions.SND\weimingzhi_cp2010-06-036-797/+421
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@50743 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* fix FTBFS on Fedora 13SND\weimingzhi_cp2010-06-027-423/+799
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@50541 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fixed xcode project. Mac OS X port should compile again.SND\weimingzhi_cp2010-05-286-797/+421
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@49461 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* PA_SAMPLE_S16NE instead of PA_SAMPLE_S16LE.SND\weimingzhi_cp2010-05-221-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48454 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48429 ↵SND\weimingzhi_cp2010-05-211-4/+4
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* readded oss/pulseaudio/alsa/null sound backends, added --enable-sound ↵SND\weimingzhi_cp2010-05-2112-8/+818
| | | | | | configure flag to specify the backend to be used. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48419 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48367 ↵SND\weimingzhi_cp2010-05-204-8/+8
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Use SDL for sound plugin, reverted the change to BIAS in r48024. (and I'm ↵SND\weimingzhi_cp2010-05-1913-801/+151
| | | | | | too lazy to hunt down the bug with x64 dynarec :( feel free to revert this revert if not preferred :P) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48308 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* fix FTBFS on Debian LennySND\weimingzhi_cp2010-05-131-0/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47955 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* max length of ip address entry is too shortSND\weimingzhi_cp2010-05-131-1/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47954 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* minor whitespace changeSND\weimingzhi_cp2010-05-131-3/+3
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47953 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47952 ↵SND\weimingzhi_cp2010-05-133-17/+41
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47941 ↵SND\weimingzhi_cp2010-05-131-1/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* silence warningSND\weimingzhi_cp2010-05-131-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47940 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47938 ↵SND\weimingzhi_cp2010-05-131-12/+12
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* added netplay pluginSND\weimingzhi_cp2010-05-1310-20/+1666
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47937 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* psxRcntFreeze() was fixed.SND\edgbla_cp2010-05-091-0/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47708 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfxvideo: Dithering logic was fixed. (Final Fantasy 9)SND\edgbla_cp2010-05-082-20/+23
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47647 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* preparing for refactor/cleanup, moved all definations into .c files, other ↵SND\weimingzhi_cp2010-05-075-354/+667
| | | | | | minor cleanups. (Breaks Mac OS X and maybe windows as well for now, will fix later.) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47542 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@45534 ↵SND\weimingzhi_cp2010-04-161-1/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@45449 ↵SND\weimingzhi_cp2010-04-151-0/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@45311 ↵SND\weimingzhi_cp2010-04-141-19/+18
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44527 ↵SND\weimingzhi_cp2010-04-101-0/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@41816 ↵SND\weimingzhi_cp2010-02-231-5/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@41646 ↵SND\weimingzhi_cp2010-02-171-2/+0
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@41645 ↵SND\weimingzhi_cp2010-02-175-225/+189
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@41555 ↵SND\weimingzhi_cp2010-02-151-2/+10
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@41333 ↵SND\weimingzhi_cp2010-02-101-19/+39
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@41219 ↵SND\weimingzhi_cp2010-02-0711-7/+411
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@40064 ↵SND\weimingzhi_cp2010-01-071-10/+4
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@39695 ↵SND\weimingzhi_cp2009-12-288-217/+69
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38990 ↵SND\weimingzhi_cp2009-12-081-2/+23
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38792 ↵SND\weimingzhi_cp2009-12-047-130/+335
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38684 ↵SND\weimingzhi_cp2009-12-021-0/+18
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38674 ↵SND\weimingzhi_cp2009-12-021-7/+3
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38673 ↵SND\weimingzhi_cp2009-12-021-71/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38517 ↵SND\weimingzhi_cp2009-11-301-1/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38516 ↵SND\weimingzhi_cp2009-11-301-0/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38378 ↵SND\weimingzhi_cp2009-11-281-0/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38321 ↵SND\weimingzhi_cp2009-11-274-18/+5
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38307 ↵SND\weimingzhi_cp2009-11-272-42/+40
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38278 ↵SND\weimingzhi_cp2009-11-2616-1070/+425
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38257 ↵SND\weimingzhi_cp2009-11-262-3/+0
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38256 ↵SND\weimingzhi_cp2009-11-261-0/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38252 ↵SND\weimingzhi_cp2009-11-261-2/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38251 ↵SND\weimingzhi_cp2009-11-263-25/+10
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38250 ↵SND\weimingzhi_cp2009-11-262-11/+16
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38249 ↵SND\weimingzhi_cp2009-11-263-24/+12
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38248 ↵SND\weimingzhi_cp2009-11-2616-664/+769
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@36463 ↵SND\weimingzhi_cp2009-11-091-2/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97