summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* dfsoundSND\shalma_cp2010-12-204-19/+42
| | | | | | | | | - (Hopkat) adsr.c - Use Neill's 4-bit sustain level (accuracy) - (Hopkat) registers.c - External loop address align to 16 bytes - (Hopkat) spu.c, externals.h - Use shorter update intervals (improves Square sounds, music) - (Hopkat) spu.c - Allow interpolation on fmod channel git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61362 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* macosx - dfsound (null)SND\shalma_cp2010-12-202-26/+40
| | | | | | | - (MaddTheSane) configure screen - Patch #7815 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61342 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsoundSND\shalma_cp2010-12-162-6/+19
| | | | | | | | | - (Hopkat) VAG $2 silence fixes: 1- Don't start release phase 2- Let channel play quietly (IRQs) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61232 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - spu.cSND\shalma_cp2010-12-161-1/+1
| | | | | | | - (Hopkat) fix VAG $2 silence - fixes funny sounds (release too long) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61220 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - spu.cSND\shalma_cp2010-12-162-2/+1
| | | | | | - cleanup next careless shalma error (iStop -> bStop) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61213 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* iStop.SND\edgbla_cp2010-12-151-7/+8
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61207 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - registers.c, spu.cSND\shalma_cp2010-12-152-12/+18
| | | | | | | | - Some VAG $2 silence adjustments - Align start addresses to 16-bytes - Brain Dead 13 now works git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61205 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound.cSND\shalma_cp2010-12-121-0/+2
| | | | | | | - fix async cycle counting - now async should work again on Linux, Mac, (*) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61112 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - spu.cSND\shalma_cp2010-12-112-5/+2
| | | | | | | - try fixing "High Compat Mode" git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61085 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - spu.cSND\shalma_cp2010-12-091-0/+2
| | | | | | - adjust async timing for wait (reset cycles) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60924 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsoundSND\shalma_cp2010-12-095-20/+50
| | | | | | | | | | | | | | | | | | | | | - Final Fantasy 7 = adsr.c - use newer PEOPS DSound Sustain level - PEOPS 1.09a win32 = fix FF7 cursor - freeze.c - add emu crash check (spu not init yet) - spu.c - improve spu async timing - set latency = 20 ms - smoother, less pops, cracks - spu.c, registers.c - VAG silence flag (keeps playing channel for IRQs) - new save states needed git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60906 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* first commit of gxvideo plugin (fork of dfxvideo)SND\gschwind_cp2010-12-0727-0/+16967
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60768 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - spu.cSND\shalma_cp2010-12-071-5/+5
| | | | | | - compile error (DSound -> dfsound) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60761 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - registers.c, spu.cSND\shalma_cp2010-12-062-17/+44
| | | | | | | | | | | | - VAG flag fixes - fixes missing Xenogears sounds (menu, Franz library, doors, etc.) - fixes Jungle Book - Rhythm 'n Groove (music + play) - SoundOff prevents new channel from starting - fixes Jungle Book (buzzing loop hangs) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60742 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - spu.cSND\shalma_cp2010-12-061-2/+4
| | | | | | | | - mix fmod into output - fixes Xenogears save icon (high pitch) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60716 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound - registers.cSND\shalma_cp2010-12-061-6/+10
| | | | | | | | | - cd-xa volume hack (scale $8000-ffff to $7fff) - fixes sound output in some games - fixme later (real attenuation) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60714 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* readded powerpc dynarec.SND\weimingzhi_cp2010-11-237-500/+939
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60001 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 7329 (gschwind) + shm buf clearing.SND\edgbla_cp2010-11-091-95/+134
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59367 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Vib Ribbon: cdrom.cSND\shalma_cp2010-10-301-7/+16
| | | | | | | | - Use own decoded buffer IRQ handling, fix CD swapping, demute cd-xa volume - Game mostly playable (original + music modes) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@58927 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfxvideo, peopsxgl: ode bit fix (Cosmowarrior Rei/iS - Internal Section).SND\edgbla_cp2010-10-014-546/+564
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@57994 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ported the change in r56828 to dynarec (is the check in psxBASIC() really ↵SND\weimingzhi_cp2010-09-071-1/+1
| | | | | | necessary?), removed powerpc dynarec (cannot test and likely broken). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56896 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Vib Ribbon CD swapping needed fixing (CDROM)SND\shalma_cp2010-09-051-1/+13
| | | | | | | | | - Game still not working (SPU CDDA timing problems.. maybe) dfsound: feed CDDA data to SPU RAM for decoded buffer IRQs git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56823 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* peopsxgl: Readded windows support.SND\weimingzhi_cp2010-08-1812-34/+668
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56180 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfxvideo: fixed hq2x/hq3x under windows (was an issue introduced by me).SND\weimingzhi_cp2010-08-143-106/+105
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56090 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* missing commitSND\weimingzhi_cp2010-08-131-0/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56056 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfxvideo (win32): fake gpu busy option was missing; readdedSND\weimingzhi_cp2010-08-131-0/+4
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56053 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound (win32): added free dxsdk header from wine.SND\weimingzhi_cp2010-08-133-5/+10
| | | | | | dfxvideo (win32): added free dxsdk headers from wine, do not link against ddraw.lib which was removed from latest dxsdk git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56051 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* stupid typoSND\weimingzhi_cp2010-08-131-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56049 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfxvideo: Readded windows support.SND\weimingzhi_cp2010-08-138-171/+657
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56047 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound: readded windows support.SND\weimingzhi_cp2010-08-127-30/+262
| | | | | | gtk gui: increased number of savestate slots. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56022 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfcdrom: fixed thread deadlock in some cases.SND\weimingzhi_cp2010-08-093-21/+36
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@55905 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfinput: only accept axis input when the current axis position is off enough ↵SND\weimingzhi_cp2010-08-011-6/+26
| | | | | | from previous or initial position in config dialog box. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@55344 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfinput (macosx): upgraded to SDL 1.3 Beta.SND\weimingzhi_cp2010-07-312-2/+3
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@55318 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@55267 ↵SND\weimingzhi_cp2010-07-291-7/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ported dfinput to osx as well (prelimiary, no config dialog yet). will ↵SND\weimingzhi_cp2010-07-252-0/+13
| | | | | | eventually replace HIDInput. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@55128 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Ported DFCdrom to osx, removed old CDDeviceInterface pluginSND\weimingzhi_cp2010-07-252-13/+54
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@55123 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54862 ↵SND\weimingzhi_cp2010-07-182-243/+156
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54824 ↵SND\weimingzhi_cp2010-07-171-2/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfxvideo: don't use 2xsai by default when config file is missingSND\weimingzhi_cp2010-07-151-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54655 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54652 ↵SND\weimingzhi_cp2010-07-151-1/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* use /dev/cd? instead of /dev/acd? on freebsdSND\weimingzhi_cp2010-07-153-5/+9
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54651 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54581 ↵SND\weimingzhi_cp2010-07-142-3/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* use pkg-config for libcdio detectionSND\weimingzhi_cp2010-07-128-943/+518
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54479 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54465 ↵SND\weimingzhi_cp2010-07-112-10/+33
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54448 ↵SND\weimingzhi_cp2010-07-108-504/+943
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54447 ↵SND\weimingzhi_cp2010-07-101-2/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54446 ↵SND\weimingzhi_cp2010-07-104-9/+7
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* I was really stupid... just use libcdio and everything's fine, no need to ↵SND\weimingzhi_cp2010-07-1020-1343/+1176
| | | | | | deal with different OSes at all. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54442 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54402 ↵SND\weimingzhi_cp2010-07-091-2/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfinput: renamed LoadConfig()/SaveConfig() to avoid problems with Solaris.SND\weimingzhi_cp2010-07-094-7/+7
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54400 e17a0e51-4ae3-4d35-97c3-1a29b211df97