cdrom: change pause timing again
[pcsx_rearmed.git] / plugins /
2022-09-10 notazspu: fix wrong volume shift
2022-09-08 notazeasier logging of unhandled stuff
2022-09-08 notazspu: cleanup some irq hacks
2022-09-08 notazspu: sync on xa playback start
2022-09-04 notazspu: support master volume
2022-09-04 notazspu: rename dwChannelOn to something more suitable
2022-09-04 notazspu: remove some strange rounding
2022-08-30 notazplugins: try to untangle the CALLBACK mess
2022-08-30 notazspu: get rid of iXAPitch
2022-08-13 notazgpu_neon: fix another abi violation
2022-08-13 notazgpu_neon: fix wrong block counting
2022-08-08 notazgpu_neon: integration for arm64
2022-08-08 notazgpu_neon: new intrinsics-only implementation
2022-08-08 notazgpu_neon: place asm func prototypes into a separate...
2022-08-08 notazgpu_neon: don't include vector_ops.h in the main header
2022-08-08 notazgpu_neon: fix some more abi violations
2022-07-29 notazgpu_neon: try to make the compiler save some callee...
2022-07-29 notazdfxvideo: patch up some unsafe macros
2022-07-29 Paul Cercueildfxvideo: Restore support for big-endian arch
2022-07-29 Paul Cercueilgpulib: Add proper support for big-endian
2022-07-29 Paul CercueilGet rid of bit fields in union
2022-07-29 Paul CercueilFix PCSX on big-endian systems
2022-01-31 notazgpu_neon: fix apparent missing msb setting in blend_blo...
2022-01-31 notazgpu_neon: reserved bpp is 16bpp, not 4bpp
2022-01-22 notazspu: try to eliminate some cdda clicks/pops
2022-01-22 notazspu: save/restore decode_pos
2021-12-14 notazfix some issues and warnings seen on ctr build
2021-11-21 notazfrontend: remove src alignment requirements in asm
2021-10-31 notazassorted warning fixes
2021-10-29 gameblablaNew, separate GPU plugin based on Unai. (#233)
2021-10-18 gameblablaFix CD volume issue in Star Wars - Dark Forces. (#232)
2021-08-22 gameblablaFixes Diablo 1 SPU bug properly and remove Diablo hack...
2021-08-18 gameblabla[SPU] Emulate SPUSTAT[5:0] as a mirror of SPUCNT[5...
2021-08-16 gameblablaFixed Linked List DMA end marker. (#183)
2019-11-11 notazMerge pull request #146 from senquack/gpulib_fix
2019-11-09 Daniel Silsbygpulib: fix out-of-bounds reads in do_cmd_buffer()
2019-07-24 notazMerge pull request #137 from gameblabla/hle
2019-03-12 notazMerge pull request #123 from gameblabla/diablofix_hack
2019-03-09 notazMerge pull request #124 from gameblabla/buildingfixes
2019-03-07 gameblablaFix for compiling it against newer zlib versions.
2019-03-07 gameblablaDiablo Music fix for PCSX Rearmed. (optional hack)
2017-05-02 notazuse pc-relative offsets for PIC too
2016-03-31 notazdon't use __ARM_ARCH_7A__
2015-02-05 notazlibretro: always use fixed samples per frame
2015-02-05 notazgpulib: remove unneeded hack
2015-02-03 notazgpu_unai: fix some 64bit issues
2015-02-03 notazfrontend: fix minor glitches on video mode changes
2015-02-02 notazspu: c64x: fix cache handling, enable l2
2015-02-02 notazspu: fix some thread safety issues
2015-01-12 notazspu: put reverb on the thread too
2015-01-12 notazgpulib: use more conservative loop detection
2015-01-12 notazsome random improvements
2015-01-12 notazspu: fix some skip accuracy issues
2015-01-09 notazspu: don't block on audio
2015-01-09 notazspu: support multiple pending buffers
2015-01-05 notazspu: finish offload code to TI C64x DSP
2015-01-04 notazspu: start offload code to TI C64x DSP
2015-01-04 notazspu: threaded implementation
2015-01-03 notazspu: get rid of bStop, clean up
2015-01-03 notazspu: move more things to StartSound
2015-01-03 notazspu: reduce use of globals
2015-01-03 notazspu: handle stop better, split main func more
2015-01-03 notazmingw build fixes
2014-12-21 notazspu: fix first sample, don't play ahead
2014-12-21 notazspu: avoid NULL pSpuIrq
2014-12-20 notazfix up other platforms after rumble change
2014-12-20 ksv1986libretro: Add rumble support
2014-12-20 notazspu: put globals into a structure
2014-12-20 notazspu: remove some hacks
2014-12-20 notazspu: rework synchronization
2014-12-20 notazspu: add a schedule callback
2014-12-20 notazspu: fix some fmod related breakage
2013-11-03 notazpsx_gpu: workaround binutils bug #14887
2013-04-02 notazdrc/psx_gpu: handle more calling conventions
2013-04-01 notazasm: fix incorrect offsets
2013-04-01 notazpsx_gpu: support relative jumptables
2013-04-01 notazpsx_gpu: convert to UAL, load everything from context
2013-03-31 notazstill adjusting asm for better as compatibility..
2013-03-25 notazasm: use a macro for functions
2013-03-25 twinaphexDon't compile in null sound driver for libretro and add
2013-03-17 notazspu: change sync again
2013-03-15 notazpsx_gpu: fix line mask test
2013-03-15 notazpsx_gpu: minor test fixes
2013-03-15 notazpsx_gpu: fix mask set in blend_blocks variant
2013-02-08 notazmove cspace back to frontend
2013-02-06 notazdisable standalone pluign builds
2013-02-06 notazattempt to make gles plugin work under RPi
2013-02-04 notazfrontend: do all bpp handling in plugin_lib
2013-01-06 notazgpus: handle list underflows better
2013-01-05 notazgpulib: update after open
2013-01-05 notazgpulib: limit height
2013-01-05 notazspu: fix decode offset
2013-01-05 notazspu: stop at address 0
2013-01-05 notazspu: check buffer state less often
2013-01-04 notazgpulib: fix frameskip cmd skipping
2013-01-03 notazspu: also return on decoder irqs
2013-01-02 notazspu: fix decode buffers
2012-12-23 notazfrontend: fix pulseaudio, detect it in configure script
2012-12-23 notazfrontend: switch to libpicofe sdl code
2012-12-16 notazdfxvideo: don't build Xv version (no longer used)
next