pcsx_rearmed.git
2022-10-22 notazMerge pull request #700 from pcercuei/update-lightrec...
2022-10-19 Paul Cercueilgit subrepo pull (merge) --force deps/lightning
2022-10-19 Paul Cercueilgit subrepo pull --force deps/lightrec
2022-10-15 notazadjust multitap code to interact with standalone better
2022-10-15 notazgpulib: update gpuinfo
2022-10-15 notazreduce differences from upstream
2022-10-13 notazMerge pull request #698 from pcercuei/update-lightrec...
2022-10-12 Paul Cercueilgit subrepo pull --force deps/lightning
2022-10-12 Paul Cercueilgit subrepo pull --force deps/lightrec
2022-10-08 notazallow debug build (make DEBUG=1)
2022-10-02 notazremove a seemingly broken submodule
2022-10-02 notazlightrec: fix pcsx interpreter -> lightrec switch too
2022-10-02 notazlightrec: allow to switch to pcsx's interpreter anytime
2022-10-01 notazlibretro: adjust options after recent changes
2022-10-01 notazpsxinterpreter: use cycle_multiplier also
2022-10-01 notazremove all the hack options
2022-09-29 notazcdrom: update status immediately after seek
2022-09-29 notazcdrom: ignore repeated read cmds
2022-09-21 notazcdrom: change GetlocL behavior
2022-09-17 notazcdrom: treat seek the same as other commands
2022-09-17 notazcdrom: allow to interrupt initial scan sequence
2022-09-17 notazcdrom: actually reject commands when not ready
2022-09-16 notazmaybe fix x86 32bit detection for libretro's infra
2022-09-16 notazmake: print what's going on
2022-09-16 notaztry to fix build
2022-09-16 notaztry to enable gpu_neon on 32bit x86
2022-09-16 notazmain: log missing CPU features
2022-09-15 notazgpu_neon: rm wrong cost qualifier
2022-09-15 notazcdrom: adjust timing
2022-09-15 notazdon't cast between long and pointers for win64
2022-09-15 notazenable gpu_neon on win64 too
2022-09-15 notaztry to enable gpu_neon on x86
2022-09-15 notazmisc: patch some issues indicated by clang
2022-09-15 notazfrontend: handle double res rendering, enable on x86_64
2022-09-15 notazgpu_neon: brand new x86 SSE2+ implementation
2022-09-15 notazgpu_neon: adjust some comments and things
2022-09-15 notazcdrom: delay the missed irq more
2022-09-12 Paul CercueilUpdate lightrec 20220912 (#688)
2022-09-11 Paul CercueilUpdate lightrec 20220911 (#687)
2022-09-11 Paul CercueilUpdate lightrec 20220910 (#686)
2022-09-10 notazsome big endian fixes
2022-09-10 notazspu: fix wrong volume shift
2022-09-09 notazfix build
2022-09-09 notazstandalone: allow lighrec for testing
2022-09-09 notazpsxinterpreter: reduce the use of globals
2022-09-09 notazpsxinterpreter: sync with upstream
2022-09-08 notazeasier logging of unhandled stuff
2022-09-08 notazcdrom: partially emulate the fifo
2022-09-08 notazdma: try more accurate timings
2022-09-08 notazcdrom: get rid of pTransfer
2022-09-08 notazcdrom: don't reschedule irqs
2022-09-08 notazcdrom: clean up command handling
2022-09-08 notazcdrom: try to eliminate playback timing drifting
2022-09-08 notazpsxcounters: try to eliminate another source of audio...
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-09-03 notazcdrom: remove confusing comment
2022-09-03 notazcdrom: remove another hack
2022-09-02 notazcdrom: get rid of cdrPlayInterrupt
2022-09-02 notazcdrom: try to clean up the seeking mess
2022-09-02 notazcdrom: should use the last Setloc loc and SeekL
2022-09-02 notazcdrom: some debugging aid
2022-09-02 notazcdrom: sync with upstream
2022-08-30 notazRevert "Revert "misc: get rid of an unaligned read""
2022-08-30 notazplugins: try to untangle the CALLBACK mess
2022-08-30 notazspu: get rid of iXAPitch
2022-08-29 LibretroAdminRevert "misc: get rid of an unaligned read"
2022-08-29 notazmisc: get rid of an unaligned read
2022-08-13 notazgpu_neon: fix another abi violation
2022-08-13 notazgpu_neon: fix wrong block counting
2022-08-11 notazdrc: fix a silly mistake of overwriting a reg
2022-08-10 notazdrc: rework smc checks again
2022-08-10 notazdrc: fix wrong masking in set_jump_target
2022-08-09 notazcspace: add forgotten length decrement
2022-08-08 notazmake: switch apple platforms to neon gpu too
2022-08-08 notazAndroid.mk: try enable neon gpu for arm64 Android too
2022-08-08 notazmake: switch most arm64 platforms to neon gpu
2022-08-08 notazmake: adjust in preparation to enable neon on arm64
2022-08-08 notazcspace: generic implementation with vector extensions
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-08-02 notazdrc: patch up some potential issues on the switch
2022-07-29 notazgpu_neon: try to make the compiler save some callee...
2022-07-29 notazdfxvideo: patch up some unsafe macros
2022-07-26 LibretroAdminUpdate .gitlab-ci.yml
2022-07-18 notazmman: align and clear for 3ds also
2022-07-18 notazdrc: some more libnx support
2022-07-18 notazlibnx: make mmap act more like on Linux
2022-07-16 Paul CercueilUpdate lightrec 20220716 (#672)
2022-07-15 notazswitch: define HAVE_LIBNX
2022-07-14 notazlibnx: try to enable the ari64 dynarec
2022-07-14 notazmake: make the assignment work
2022-07-14 notazdrc: simplify cache flush for some platforms
2022-07-14 notazdrc: some libnx support
next