pcsx_rearmed.git
2023-11-04 notazadjust the deadzone hack
2023-11-03 notazMerge pull request #794 from pcercuei/update-lightrec...
2023-11-03 Paul Cercueillightrec: Update prototypes of memory write callbacks
2023-11-03 Paul Cercueilgit subrepo pull --force deps/lightrec
2023-11-03 notazcdrom: add forgotten reset
2023-11-02 notazcdrom: implement some more irq details
2023-11-02 notazspu: implement some more irq details
2023-11-02 notazupdate gitignore
2023-11-02 notazsync with master
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 Bobby SmithAdd missing #if for the "Threaded SPU" core option
2023-11-01 notazfrontend: drop an outdated sanity check
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-29 notazrework memhandlers to deal with some bus details
2023-10-29 notazcdrom: simplify getStatus
2023-10-28 notazcdrom: allow resetting with lid open
2023-10-28 notazlibretro: fix option mismatch
2023-10-28 notazlibretro: clear the allocated buffers
2023-10-28 notazlibretro: try to support different pitches
2023-10-27 notaztry to workaround some libretro builds lacking version
2023-10-27 notazadjust vita's mappings to more resemble other platforms
2023-10-26 notazcdrom: proper autopause int
2023-10-25 notazpsxhw: debug-log more weird writes
2023-10-25 notazcdrom: maybe more accurate lid behavior
2023-10-25 notazcdrom: try some different seek times
2023-10-25 notazgpu_neon: fix some missing ebuf updates
2023-10-25 notazcdriso: unbreak chd cdda
2023-10-24 notazfix build
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-24 Paul Cercueilpsxdma: Fix endian issue in gpuInterrupt()
2023-10-23 notazsave some things that weren't saved but should have...
2023-10-23 notazimprove field status after enable
2023-10-23 notazMerge pull request #780 from pcercuei/update-lightrec...
2023-10-23 Paul Cercueilgit subrepo pull --force deps/lightrec
2023-10-23 Paul Cercueilpsxmem.h: Fix annoying warning
2023-10-23 notazmore timing hacks
2023-10-23 notazgpu_neon: rework buffering to reduce flickering
2023-10-21 notazadd a libcrypt warning
2023-10-21 notazupdate libpicofe
2023-10-21 Matheus GarciaCompatibility with FreeBSD
2023-10-21 Paul Cercueilconfigure: Detect the toolchain's sdl-config tool
2023-10-20 notaztry a workaround for ff8 analogs
2023-10-20 notaztry a new github issue template
2023-10-20 notazdon't print some old PCSX version
2023-10-19 notazreduce seeking and open handles to maybe help smb
2023-10-18 notazmore makefile updates
2023-10-17 notazminor makefile adjustment
2023-10-17 notazmust specify cflags to link
2023-10-17 notaztry automatic libretro builds
2023-10-16 notazrework gpu busy timing
2023-10-16 notazdrc: implement cycle reload on read
2023-10-15 notazspu: rvb volume is signed
2023-10-15 saulfabreg... add Bomberman: Fantasy Race to database for hack "...
2023-10-14 notazfix a mistake in big endian conversion
2023-10-14 notazcdrom: adjust timing
2023-10-14 notazupdate vibration handling
2023-10-14 notazspu: implement irq on dma
2023-10-14 notazeliminate event code duplication
2023-10-13 notazbigendian again
2023-10-13 notazpatch up some clang/apple issues
2023-10-12 StormedBubblesOptional lightgun crosshairs + add "Konami Gun" device
2023-10-11 notazcdrom: adjust pause behavior
2023-10-11 notazcdrom: adjust the resume timing hack
2023-10-11 notazlightrec: handle a case of ignored MAP_FIXED_NOREPLACE
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-09 notazadd a nasty hack for gpu busy timing
2023-10-09 notazpsxbios: don't limit pointers to ram
2023-10-09 notazprovide DISABLE_MEM_LUTS default
2023-10-09 Paul CercueilAdd compile-time option to drop psxMemRLUT, psxMemWLUT
2023-10-08 notazgpu: a bit better idle bit handling
2023-10-08 notazsetup spu r8 handlers
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-08 notazstandalone: load per-game config from cmd line too
2023-10-08 notazMerge pull request #771 from pcercuei/update-lightrec...
2023-10-06 Paul Cercueilgit subrepo pull --force deps/lightrec
2023-10-06 Paul Cercueilgit subrepo pull (merge) --force deps/lightning
2023-10-04 notazdrc: avoid excessive recursion in hle mode
2023-10-01 notazgpulib: use mmap on linux like before
2023-10-01 notazadd a thp-based huge page alloc fallback
2023-10-01 notazpatch up some savestate issues
2023-09-30 notazlightrec: must use MAP_FIXED_NOREPLACE
2023-09-30 notazpsxbios: more careful cnf parsing
2023-09-30 notazdrc: make hash table issues easier to debug
2023-09-27 notazspu: try to improve timing
2023-09-27 notazrm leftover debug code
2023-09-27 notazspu: avoid relying on signed overflow undefined behavior
2023-09-27 notazplugin_lib: fix a silly crash
2023-09-24 notazinput changes part4
2023-09-23 notazlog some build info
next