pcsx_rearmed.git
2023-07-17 Bobby SmithDon't strip debug build
2023-07-14 notazlibretro: allow_interlace should be 2 by default
2023-07-14 notazlightrec: use cycle_multiplier
2023-07-14 notazattempt to fix build
2023-07-14 notazlibretro: look for openbios
2023-07-14 notazadjust bios handling again
2023-07-14 notazremove "slow" text from Enhanced Resolution
2023-07-14 notazhandle more GP0 status bits
2023-07-14 notazgpu_neon: fix texels vs pixels confusion
2023-07-12 notazdrc: fix wrong unmap size
2023-07-12 Paul Cercueilpsxmem: Use POSIX mmap functions as default hooks
2023-07-12 Ash Loganlibpcsxcore: Use the same type for next_interrupt every...
2023-07-12 notazmore timing hacks
2023-07-12 notazcdrom: moar hacks
2023-07-12 notazcdrom: adjust logging
2023-07-12 anzz1cdrom: rename mode constants to defineds
2023-07-10 notazsome openbios support
2023-07-09 notazfix android build
2023-07-09 notazdrc: handle regs-not-in-psxRegs case better
2023-07-09 notazclean up switching between dynarec and interpreter
2023-07-09 Paul Cercueildfsound: Fix issues on big-endian systems
2023-07-09 notazMerge pull request #724 from StormedBubbles/guncon_framing
2023-07-09 notazMerge pull request #718 from pcercuei/update-lightrec...
2023-07-09 Paul CercueilUpdate lightrec.h header to latest version
2023-07-09 Paul CercueilUpdate lightning.h header to latest version
2023-07-09 Paul Cercueilgit subrepo pull --force deps/lightrec
2023-07-09 Paul Cercueilgit subrepo pull (merge) --force deps/lightning
2023-07-08 notazlightrec: hack to fix a wrong assumption
2023-07-08 notazgpu-gles: fix wrong long usage
2023-07-08 notazclean up cache isolation handling
2023-07-08 notazdrc: minor cleanup
2023-07-08 notazdrc: fix some table math
2023-07-07 notazcscpace: fix more alignment issues
2023-07-07 notazmake: patch detection yet more
2023-07-07 notazmake: try a different way to detect 32bit neon
2023-07-07 notazmake: tune neon detection yet more
2023-07-06 notazfix missed double resolution change
2023-07-06 notazsbi: fix parser thinking it failed
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
2023-06-08 StormedBubblesExpand usable space for GunCon
2023-02-11 Paul CercueilFix Android build (#716)
2023-02-11 Paul CercueilUpdate Lightrec 2023-02-08 (#715)
2022-12-11 notazcdrom: adjust a timing hack
2022-11-14 notazgpulib: allow commands to span list entries
2022-11-13 notazcdrom: forget old sector on cd change
2022-11-13 notazdma: add optional slow linked list walking
2022-11-12 notazcdrom: make the timing hack conditional
2022-11-12 notazcdriso: unbreak cdda for chd
2022-11-05 notazcdrom: don't report read too early
2022-11-03 notaztry to fix the android build
2022-11-03 notazMerge pull request #705 from pcercuei/lightrec-disable...
2022-11-03 notazspu: fix a wrong assumption
2022-11-03 Paul Cercueillightrec: Disable threaded compiler by default
2022-11-03 notazcdriso: fix up chd for separated subq reads
2022-11-03 notazcdriso: disable the async code
2022-11-02 notazcdrom: change GetlocP handling
2022-11-01 notazcdrom: handle fifo overreads
2022-11-01 notazMerge pull request #702 from pcercuei/update-lightrec...
2022-10-29 Paul Cercueilgit subrepo pull --force deps/lightrec
2022-10-25 notazcdrom: add a timing hack
2022-10-25 notazcdrom: report read errors correctly
2022-10-25 notazpsxbios: use noninvasive print for -psxout
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
next