cdrom: change pause timing again
[pcsx_rearmed.git] / plugins /
2024-04-14 notazintroduce fractional framerates
2024-03-25 notazspu: don't leave garbage in capture buffers
2024-03-25 notazspu: more status bits
2024-03-24 notazspu: don't assert on noise in thread mode
2024-03-22 notazgpulib: fix frameskip on weird lists
2024-01-22 notazspu: add missing sample copying for thread mode
2024-01-03 notazgpu_neon: make enh. res. texturing hack optional
2023-12-27 notazgpu_neon: unbreak sprites in enhanced res
2023-12-27 notazgpulib: maybe better loop detection
2023-12-13 notazupdate gpulib_thread_if
2023-12-13 notazgpu: rework dma vs busy timing
2023-12-13 notazstandalone: revive spu_c64x build
2023-12-08 notazgpu: adjust timing
2023-12-06 notazgpu_neon: try to patch more pal vs enhancement trouble
2023-12-06 notazspu: fix a wrong assumption about cd volume
2023-12-06 notazpatch another gpulib alignment issue
2023-12-01 notazgpu: improve timings of clipped sprites
2023-11-28 notazunbreak the build of gpu thread thing
2023-11-27 notazadd a forgotten file
2023-11-27 notazgpu_unai: fix clear masking
2023-11-27 notazgpu: start doing some basic gpu timing
2023-11-21 notazspu: add a guard for "runaway" channels
2023-11-21 notazspu: forgot to save some stuff again
2023-11-21 notazapply cdrom volume in spu
2023-11-19 notazspu: adjust dma timing + a hack
2023-11-16 notazspu: patch up more savestate issues
2023-11-13 notazgpu_neon: enforce alignment required for asm
2023-11-02 notazspu: implement some more irq details
2023-11-02 notazMerge pull request #789 from pcercuei/unai-gouraud
2023-11-02 Paul Cercueilunai: Use 8.8 RGB triplet format for gouraud shading
2023-11-02 Paul Cercueilunai: Preserve MSB in light routines
2023-11-01 notazspu: maybe better mute
2023-11-01 notazcdrom: implement xa buffering somewhat
2023-11-01 notazspu: sync on koff
2023-10-29 notazgpulib: don't set_mode for 0
2023-10-27 notazadjust vita's mappings to more resemble other platforms
2023-10-25 notazgpu_neon: fix some missing ebuf updates
2023-10-24 notazgpulib: trust game's centering based on a database
2023-10-24 notazgpulib: add a "borderless" option to restore old behavior
2023-10-23 notazgpu_neon: rework buffering to reduce flickering
2023-10-21 Matheus GarciaCompatibility with FreeBSD
2023-10-15 notazspu: rvb volume is signed
2023-10-14 notazfix a mistake in big endian conversion
2023-10-14 notazspu: implement irq on dma
2023-10-13 notazpatch up some clang/apple issues
2023-10-11 notazunbreak some old savestates
2023-10-11 notazspu: try keyoff ignore
2023-10-11 notazspu: rearrange struct to reduce padding
2023-10-08 notazgpu: a bit better idle bit handling
2023-10-08 notazspu: make fmod work in threaded mode
2023-10-08 notazspu: try to clean up the interpolation mess
2023-10-08 notazgpulib: forgot to mark fb dirty
2023-10-08 notazspu: adjust fmod to match nocash description
2023-10-01 notazgpulib: use mmap on linux like before
2023-10-01 notazpatch up some savestate issues
2023-09-27 notazspu: try to improve timing
2023-09-27 notazspu: avoid relying on signed overflow undefined behavior
2023-09-15 notazattempt to improve guncon defaults
2023-09-13 Paul Cercueilunai: Fix scalers doing endianness conversion
2023-09-12 notaztry to cleanup the mess in the input code
2023-09-08 notazgpulib: handle vram copy in gpulib
2023-09-06 notazsome lightgun selection mechanism
2023-09-04 notazgpulib: add some missed sync and flush
2023-09-04 notazgpulib: new debug compile option for raw fb display
2023-08-31 notazgpu_neon: more complicated overflow check
2023-08-31 notazgpu: handle wrapping somewhat
2023-08-31 notazfix arm32 build
2023-08-30 notazMerge pull request #754 from pcercuei/unai-big-endian
2023-08-30 notazmake GPUopen consistent everywhere
2023-08-30 Paul Cercueilunai: Add support for big-endian
2023-08-27 notazgpulib: don't corrupt memory on garbage commands
2023-08-25 notazspu: adjust irqs again
2023-08-25 notazspu: rm bunch of unused functions
2023-08-24 notazfix build
2023-08-24 notazgpu_neon: some hack to enhanced mode
2023-08-24 notazgpu_neon: don't crash on large primitives in enhancemen...
2023-08-24 notazgpu_neon: rework buffer selection
2023-08-19 notaztry to emulate borders properly
2023-08-17 notazgpu_neon: change enhancement_buf selection
2023-08-17 notazspu: add forgotten prevflags checking
2023-08-17 notazspu: clear on init
2023-08-17 notazspu: implement volume regs somewhat
2023-08-12 notazlog unhandled io more clearly
2023-08-10 notazspu: some cdda/xa reverb support
2023-07-24 notaztry to fix win32 build
2023-07-24 notazMerge pull request #728 from pcercuei/libretro-wiiu-v4
2023-07-23 Paul CercueilSupport compiling without pthreads
2023-07-14 notazgpu_neon: fix texels vs pixels confusion
2023-07-09 Paul Cercueildfsound: Fix issues on big-endian systems
2023-07-09 notazMerge pull request #724 from StormedBubbles/guncon_framing
2023-07-08 notazgpu-gles: fix wrong long usage
2023-07-06 notazfix missed double resolution change
2023-07-06 notazlibretro: disable spu thread by default, with option...
2023-07-06 notazspu: fix some threading issues
2023-07-04 notazspu: irq adjustments according to MiSTer
2022-11-14 notazgpulib: allow commands to span list entries
2022-11-13 notazdma: add optional slow linked list walking
2022-11-03 notazMerge pull request #705 from pcercuei/lightrec-disable...
2022-11-03 notazspu: fix a wrong assumption
2022-10-15 notazadjust multitap code to interact with standalone better
next