remove one of the hacks
[pcsx_rearmed.git] / libpcsxcore / lightrec /
2023-11-26 Paul Cercueillightrec: Improve hack around icache emulation
2023-11-16 notazlightrec: handle some 32bit-only addresses
2023-11-03 notazMerge pull request #794 from pcercuei/update-lightrec...
2023-11-03 Paul Cercueillightrec: Update prototypes of memory write callbacks
2023-10-14 notazeliminate event code duplication
2023-10-11 notazlightrec: handle a case of ignored MAP_FIXED_NOREPLACE
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-18 Paul Cercueillightrec: Emulate BREAK
2023-09-12 Paul Cercueillibpcsxcore: Set unsafe flags after reset
2023-09-12 notazdeal with lightrec warnings
2023-09-10 notazMerge pull request #757 from pcercuei/lightrec-hacks
2023-09-10 Paul Cercueillibpcsxcore: Add database for Lightrec hacks
2023-09-02 notazlightrec: initial hle support
2023-08-26 notazMerge pull request #750 from pcercuei/lightrec-update...
2023-08-26 Paul CercueilUse fractional cycles within Lightrec
2023-08-24 notazMerge pull request #749 from pcercuei/lightrec-allow...
2023-08-24 Paul Cercueillightrec: Allow to override code buffer size
2023-08-04 notazMerge pull request #742 from pcercuei/update-lightrec...
2023-08-04 Paul Cercueillightrec: Add mirror to parallel port
2023-08-04 Paul Cercueillightrec: Increase size of hw registers area
2023-07-27 notazMerge pull request #738 from pcercuei/update-lightrec...
2023-07-27 notazMerge pull request #739 from pcercuei/lightrec-memory...
2023-07-27 Paul Cercueillightrec: use mmap() for code buffer if possible
2023-07-25 notazMerge pull request #737 from pcercuei/always-use-code...
2023-07-25 Paul Cercueillightrec: Alloc code buffer with standard memory map
2023-07-25 notazMerge pull request #736 from pcercuei/add-sysconf
2023-07-25 Paul Cercueilmake: Enable Lightrec for GC/Wii
2023-07-24 notazMerge pull request #728 from pcercuei/libretro-wiiu-v4
2023-07-23 Ash LoganUpdate GameCube/Wii/WiiU targets
2023-07-14 notazlightrec: use cycle_multiplier
2023-07-14 notazattempt to fix build
2023-07-14 notazadjust bios handling again
2023-07-09 notazdrc: handle regs-not-in-psxRegs case better
2023-07-09 notazclean up switching between dynarec and interpreter
2022-10-02 notazlightrec: fix pcsx interpreter -> lightrec switch too
2022-10-02 notazlightrec: allow to switch to pcsx's interpreter anytime
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-07-16 Paul CercueilUpdate lightrec 20220716 (#672)
2022-06-12 LibretroAdminMerge pull request #669 from pcercuei/lightrec-fix...
2022-06-12 Paul Cercueillightrec: Fix unmap size of BIOS
2022-06-11 LibretroAdminMerge pull request #665 from QuarkTheAwesome/libretro...
2022-06-11 LibretroAdminMerge pull request #663 from bslenul/rumble-fix
2022-06-06 notazlightrec: try to clean up intergarion, fix -O0
2022-06-04 LibretroAdminMerge pull request #661 from pcercuei/update-lightrec...
2022-06-04 Paul Cercueillightrec: Enable code buffer support
2022-05-31 libretroadminMake this backwards compatible with older Linux kernels
2022-05-30 LibretroAdminMerge pull request #659 from pcercuei/update-lightrec...
2022-05-30 Paul CercueilFix Lightrec build on Windows and Linux
2022-05-30 LibretroAdminMerge pull request #654 from pcercuei/lightrec-mmap...
2022-05-30 Paul Cercueilpsxmem: Add support for Lightrec's custom mem init...
2022-05-28 Paul Cercueillightrec: Add new memory init functions
2022-04-25 AutechreMerge pull request #650 from pcercuei/fix-lightrec...
2022-04-25 Paul Cercueillightrec: Fix save states
2022-04-05 notazdrc: prevent people from using lightrec on arm
2022-02-22 AutechreMerge pull request #615 from pcercuei/update-lightrec...
2022-02-21 Paul Cercueillightrec: Update to latest Lightrec API
2022-01-29 notazMerge pull request #598 from pcercuei/lightrec_events
2022-01-29 Paul Cercueillightrec: Run dynarec until next interrupt
2022-01-24 Paul Cercueillightrec: Factorize memhandler state restore into a...
2021-12-14 AutechreMerge pull request #586 from notaz/libretro_overwrite_drc
2021-12-14 notazoverwrite dynarec related code with upstream version
2021-10-02 gameblablaMerge pull request #562 from gameblabla/cdrom_fixes_lib...
2021-10-02 gameblablaMerge pull request #545 from gameblabla/icache_emulation
2021-10-02 gameblablaMerge Icache emulation from PCSX Redux + Senquack chang...
2021-08-21 AutechreMerge pull request #542 from gameblabla/mdec_fix
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
2020-08-13 hizzlekizzleMerge pull request #444 from justinweiss/hires-downscale
2020-08-04 negativeExponentSync to latest upstream
2020-08-03 hizzlekizzleMerge pull request #440 from negativeExponent/log_interface
2020-08-03 negativeExponentlightrec/plugin.c: Use logging interface instead of...
2020-05-21 hizzlekizzleMerge pull request #421 from negativeExponent/lightrec_...
2020-05-20 negativeExponentUpdate Lightrec API
2020-02-24 TwinaphexMerge pull request #389 from notaz/master
2020-02-21 TwinaphexMerge pull request #388 from ZachCook/master
2020-02-21 Zachary CookFix second instance runahead without breaking reset
2020-02-21 twinaphexRevert "Use a more lightweight reset method for lightrec"
2020-02-21 TwinaphexMerge pull request #386 from ZachCook/master
2020-02-20 Zachary CookUse a more lightweight reset method for lightrec
2020-02-08 TwinaphexMerge pull request #377 from pcercuei/libretro
2020-02-08 Paul CercueilAdd support for the Lightrec dynarec