2023-08-12 |
notaz | log unhandled io more clearly |
tree | commitdiff |
2023-08-10 |
notaz | spu: some cdda/xa reverb support |
tree | commitdiff |
2023-08-03 |
notaz | try to fix win32 build |
tree | commitdiff |
2023-08-03 |
Paul Cercueil | Support compiling without pthreads |
tree | commitdiff |
2023-07-09 |
notaz | Merge pull request #292 from pcercuei/dfsound-big-endian |
tree | commitdiff |
2023-07-06 |
notaz | libretro: disable spu thread by default, with option... |
tree | commitdiff |
2023-07-06 |
notaz | spu: fix some threading issues |
tree | commitdiff |
2023-07-04 |
notaz | spu: fix typo |
tree | commitdiff |
2023-07-04 |
notaz | spu: irq adjustments according to MiSTer |
tree | commitdiff |
2023-05-05 |
Paul Cercueil | dfsound: Fix issues on big-endian systems |
tree | commitdiff |
2022-11-03 |
notaz | spu: fix a wrong assumption |
tree | commitdiff |
2022-10-15 |
notaz | merge from libretro fork |
tree | commitdiff |
2022-10-13 |
Sakitoshi | updated gaussian interpolation filter |
tree | commitdiff |
2022-09-15 |
notaz | don't cast between long and pointers for win64 |
tree | commitdiff |
2022-09-10 |
notaz | spu: fix wrong volume shift |
tree | commitdiff |
2022-09-08 |
notaz | easier logging of unhandled stuff |
tree | commitdiff |
2022-09-08 |
notaz | spu: cleanup some irq hacks |
tree | commitdiff |
2022-09-08 |
notaz | spu: sync on xa playback start |
tree | commitdiff |
2022-09-04 |
notaz | spu: support master volume |
tree | commitdiff |
2022-09-04 |
notaz | spu: rename dwChannelOn to something more suitable |
tree | commitdiff |
2022-09-04 |
notaz | spu: remove some strange rounding |
tree | commitdiff |
2022-08-30 |
notaz | plugins: try to untangle the CALLBACK mess |
tree | commitdiff |
2022-08-30 |
notaz | spu: get rid of iXAPitch |
tree | commitdiff |
2022-01-22 |
notaz | spu: try to eliminate some cdda clicks/pops |
tree | commitdiff |
2022-01-22 |
notaz | spu: save/restore decode_pos |
tree | commitdiff |
2021-12-14 |
notaz | fix some issues and warnings seen on ctr build |
tree | commitdiff |
2021-10-18 |
gameblabla | Fix CD volume issue in Star Wars - Dark Forces. (#232) |
tree | commitdiff |
2021-08-22 |
gameblabla | Fixes Diablo 1 SPU bug properly and remove Diablo hack... |
tree | commitdiff |
2021-08-18 |
gameblabla | [SPU] Emulate SPUSTAT[5:0] as a mirror of SPUCNT[5... |
tree | commitdiff |
2019-07-24 |
notaz | Merge pull request #137 from gameblabla/hle |
tree | commitdiff |
2019-03-12 |
notaz | Merge pull request #123 from gameblabla/diablofix_hack |
tree | commitdiff |
2019-03-07 |
gameblabla | Diablo Music fix for PCSX Rearmed. (optional hack) |
tree | commitdiff |
2017-05-02 |
notaz | use pc-relative offsets for PIC too |
tree | commitdiff |
2016-03-31 |
notaz | don't use __ARM_ARCH_7A__ |
tree | commitdiff |
2015-02-05 |
notaz | libretro: always use fixed samples per frame |
tree | commitdiff |
2015-02-02 |
notaz | spu: c64x: fix cache handling, enable l2 |
tree | commitdiff |
2015-02-02 |
notaz | spu: fix some thread safety issues |
tree | commitdiff |
2015-01-12 |
notaz | spu: put reverb on the thread too |
tree | commitdiff |
2015-01-12 |
notaz | some random improvements |
tree | commitdiff |
2015-01-12 |
notaz | spu: fix some skip accuracy issues |
tree | commitdiff |
2015-01-09 |
notaz | spu: don't block on audio |
tree | commitdiff |
2015-01-09 |
notaz | spu: support multiple pending buffers |
tree | commitdiff |
2015-01-05 |
notaz | spu: finish offload code to TI C64x DSP |
tree | commitdiff |
2015-01-04 |
notaz | spu: start offload code to TI C64x DSP |
tree | commitdiff |
2015-01-04 |
notaz | spu: threaded implementation |
tree | commitdiff |
2015-01-03 |
notaz | spu: get rid of bStop, clean up |
tree | commitdiff |
2015-01-03 |
notaz | spu: move more things to StartSound |
tree | commitdiff |
2015-01-03 |
notaz | spu: reduce use of globals |
tree | commitdiff |
2015-01-03 |
notaz | spu: handle stop better, split main func more |
tree | commitdiff |
2015-01-03 |
notaz | mingw build fixes |
tree | commitdiff |
2014-12-21 |
notaz | spu: fix first sample, don't play ahead |
tree | commitdiff |
2014-12-21 |
notaz | spu: avoid NULL pSpuIrq |
tree | commitdiff |
2014-12-20 |
notaz | spu: put globals into a structure |
tree | commitdiff |
2014-12-20 |
notaz | spu: remove some hacks |
tree | commitdiff |
2014-12-20 |
notaz | spu: rework synchronization |
tree | commitdiff |
2014-12-20 |
notaz | spu: add a schedule callback |
tree | commitdiff |
2014-12-20 |
notaz | spu: fix some fmod related breakage |
tree | commitdiff |
2013-04-01 |
notaz | asm: fix incorrect offsets |
tree | commitdiff |
2013-03-31 |
notaz | still adjusting asm for better as compatibility.. |
tree | commitdiff |
2013-03-25 |
notaz | asm: use a macro for functions |
tree | commitdiff |
2013-03-25 |
twinaphex | Don't compile in null sound driver for libretro and add |
tree | commitdiff |
2013-03-17 |
notaz | spu: change sync again |
tree | commitdiff |
2013-01-05 |
notaz | spu: fix decode offset |
tree | commitdiff |
2013-01-05 |
notaz | spu: stop at address 0 |
tree | commitdiff |
2013-01-05 |
notaz | spu: check buffer state less often |
tree | commitdiff |
2013-01-03 |
notaz | spu: also return on decoder irqs |
tree | commitdiff |
2013-01-02 |
notaz | spu: fix decode buffers |
tree | commitdiff |
2012-12-23 |
notaz | frontend: fix pulseaudio, detect it in configure script |
tree | commitdiff |
2012-12-02 |
notaz | improve ARM feature detection |
tree | commitdiff |
2012-11-24 |
notaz | spu: fix saving bug |
tree | commitdiff |
2012-11-24 |
notaz | fix some more 32/64bit incompatibilities |
tree | commitdiff |
2012-11-18 |
notaz | dfsound: add PulseAudio workaround |
tree | commitdiff |
2012-11-17 |
notaz | spu: stop at 0 volume |
tree | commitdiff |
2012-11-05 |
notaz | sort out 32/64bit savestate compat issues |
tree | commitdiff |
2012-07-30 |
notaz | allow multiple sound drivers to be compiled |
tree | commitdiff |
2012-07-30 |
notaz | spu: some cleanups |
tree | commitdiff |
2012-07-29 |
notaz | fix various fPIC issues |
tree | commitdiff |
2012-07-15 |
notaz | spu: rework irqs, again.. |
tree | commitdiff |
2012-07-15 |
notaz | spu: handle cd decode buffers too |
tree | commitdiff |
2012-07-15 |
notaz | spu: add decode buffer and reverb read handling |
tree | commitdiff |
2012-07-15 |
notaz | spu: rework irq handling and loop reloading |
tree | commitdiff |
2012-07-08 |
notaz | spu: get rid of iSPUIRQWait |
tree | commitdiff |
2012-07-08 |
notaz | spu: get rid of iSpuAsyncWait hack |
tree | commitdiff |
2012-07-08 |
notaz | spu: remove some hacks, to be reworked |
tree | commitdiff |
2012-07-08 |
notaz | spu: remove all threading code |
tree | commitdiff |
2012-07-08 |
notaz | spu: keep generating irqs while they are pending |
tree | commitdiff |
2011-10-30 |
notaz | spu: add asm mixing code for ARMv5 too |
tree | commitdiff |
2011-10-09 |
notaz | spu: fix gaussian interpolation |
tree | commitdiff |
2011-10-09 |
notaz | psxcounters: change spu update ~2ms |
tree | commitdiff |
2011-10-08 |
notaz | spu: make "simple" interpolation even more simple |
tree | commitdiff |
2011-10-08 |
notaz | spu/cdda: sync cdda to spu playback |
tree | commitdiff |
2011-09-23 |
notaz | support armv5 build |
tree | commitdiff |
2011-09-22 |
notaz | spu: handle loop write vs loop flag race (bIgnoreLoop... |
tree | commitdiff |
2011-09-22 |
notaz | spu: clean up unneeded code |
tree | commitdiff |
2011-09-22 |
notaz | spu: use last written loop value when starting |
tree | commitdiff |
2011-09-21 |
notaz | spu: get rid of pCurr -1, pass right chans to silent... |
tree | commitdiff |
2011-09-19 |
notaz | spu: fix a few mixing issues |
tree | commitdiff |
2011-09-19 |
notaz | spu: don't wait for irq on silent channels |
tree | commitdiff |
2011-08-01 |
notaz | spu: split out mixing, use NEON for that on ARM |
tree | commitdiff |
2011-08-01 |
notaz | spu: merge DrHell/shalma noise code |
tree | commitdiff |
next |