cdrom: change pause timing again
[pcsx_rearmed.git] / plugins /
2022-10-15 notazgpulib: update gpuinfo
2022-10-15 notazreduce differences from upstream
2022-10-08 notazallow debug build (make DEBUG=1)
2022-09-15 notazgpu_neon: rm wrong cost qualifier
2022-09-15 notazdon't cast between long and pointers for win64
2022-09-15 notazmisc: patch some issues indicated by clang
2022-09-15 notazgpu_neon: brand new x86 SSE2+ implementation
2022-09-15 notazgpu_neon: adjust some comments and things
2022-09-10 notazsome big endian fixes
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-06-11 LibretroAdminMerge pull request #668 from pcercuei/update-lightrec...
2022-06-11 Paul Cercueilplugins: Fix build of unai/neon
2022-06-11 LibretroAdminMerge pull request #665 from QuarkTheAwesome/libretro...
2022-06-06 Paul Cercueildfxvideo: Restore support for big-endian arch
2022-06-06 Paul Cercueilgpulib: Add proper support for big-endian
2022-06-06 Paul CercueilGet rid of bit fields in union
2022-06-06 Paul CercueilFix PCSX on big-endian systems
2022-03-28 AutechreMerge pull request #634 from libretro/revert-633-revert...
2022-03-28 AutechreRevert "Revert "Adds auto frameskip based on free audio...
2022-03-27 AutechreMerge pull request #633 from libretro/revert-631-autofr...
2022-03-27 AutechreRevert "Adds auto frameskip based on free audio buffer...
2022-03-23 AutechreMerge pull request #631 from neonloop/autoframeskip
2022-03-23 neonloopAdds auto frameskip based on free audio buffer space
2022-02-01 notazgpu_neon: fix apparent missing msb setting in blend_blo...
2022-02-01 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-21 AutechreMerge pull request #587 from notaz/libretro_drc_fixes2
2021-12-14 notazfix some issues and warnings seen on ctr build
2021-12-14 AutechreMerge pull request #586 from notaz/libretro_overwrite_drc
2021-12-14 notazoverwrite dynarec related code with upstream version
2021-10-23 gameblablaMerge pull request #569 from gameblabla/gte_stalling_li...
2021-10-23 gameblablaMerge pull request #571 from gameblabla/cdrom_audio_fix...
2021-10-14 AutechreMerge pull request #572 from gameblabla/cd_volume_fix_lib
2021-10-13 gameblablaFix CD Volume issue in Star Wars Dark Forces
2021-08-25 gameblablaMerge pull request #543 from gameblabla/hle_fies_corrup...
2021-08-22 gameblablaMerge pull request #547 from gameblabla/blues_clues_fix...
2021-08-21 AutechreMerge pull request #544 from gameblabla/gpu_hle_rewrite...
2021-08-21 AutechreMerge pull request #542 from gameblabla/mdec_fix
2021-08-21 AutechreMerge pull request #541 from gameblabla/spu_fix_libretro
2021-08-21 gameblablaFixes Diablo 1 SPU bug properly and remove Diablo hack.
2021-08-19 AutechreMerge pull request #539 from gameblabla/spustate_regist...
2021-08-19 gameblabla[SPU] Emulate SPUSTAT[5:0] as a mirror of SPUCNT[5:0]
2021-08-17 AutechreMerge pull request #537 from embercold/warningless...
2021-08-17 Ember ColdSort out compiler warnings, all of them
2021-08-16 AutechreMerge pull request #536 from gameblabla/cdrom_fixes
2021-05-11 AutechreMerge pull request #517 from negativeExponent/input
2021-05-11 AutechreMerge pull request #516 from negativeExponent/vfs
2021-05-01 negativeExponentAdd libretro VFS and use VFS for windows target
2021-04-20 AutechreMerge pull request #511 from negativeExponent/updates
2021-04-20 negativeExponentSelectively replace fopen() with fopen_utf8()
2020-10-29 AutechreMerge pull request #467 from justinweiss/threaded-rende...
2020-10-29 Justin WeissFix unnecessary threaded rendering frame drops
2020-10-23 AutechreMerge pull request #464 from justinweiss/peops-threaded...
2020-10-23 Justin WeissAllow threaded rendering for peops and enable on unix
2020-10-23 AutechreMerge pull request #462 from justinweiss/threaded-rendering
2020-10-23 Justin WeissAdd a threaded renderer
2020-08-13 hizzlekizzleMerge pull request #444 from justinweiss/hires-downscale
2020-08-13 Justin WeissAdd an option to downscale hi-res views
2020-08-04 AutechreMerge pull request #443 from negativeExponent/add-heade...
2020-08-04 negativeExponentAdd header guards
2020-08-04 negativeExponentSync to latest upstream
2020-05-24 hizzlekizzleMerge pull request #424 from negativeExponent/libretro
2020-05-23 negativeExponentplugins/dfinput: Silence warnings
2020-04-24 AutechreMerge pull request #397 from justinweiss/arm-lighting...
2020-04-20 Justin WeissClean up indentation / add comments for assembly functions
2020-03-01 Justin WeissPreserve uSrc MSB across lighting and blending
2020-02-28 Justin WeissWIP: Add ARM-assembly versions of lighting and blending
2020-02-24 TwinaphexMerge pull request #389 from notaz/master
2020-02-08 twinaphexStart getting NEON GPU to work on non-Arm
2020-02-08 TwinaphexMerge pull request #377 from pcercuei/libretro
2020-02-08 Daniel Silsbygpulib: fix out-of-bounds reads in do_cmd_buffer()
2019-12-16 TwinaphexMerge pull request #370 from negativeExponent/switch
2019-12-16 TwinaphexMerge pull request #369 from negativeExponent/switch
2019-12-16 negativeExponentUpdate
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-10-24 TwinaphexMerge pull request #351 from SindenLightgun/master
2019-09-25 TwinaphexMerge pull request #349 from negativeExponent/unai_plug...
2019-09-25 negativeExponentMerge branch 'gpu_unai_plugin_update'
2019-09-14 SindenLightgunAdding Guncon support for mouse based lightguns
2019-08-17 negativeExponentBackport GPU Unai plugin from PCSX4ALL
2019-08-02 hizzlekizzleMerge pull request #325 from retro-wertz/SysPrintf_to_r...
next