cdrom: adjust a timing hack
[pcsx_rearmed.git] / libpcsxcore /
2022-12-11 notazcdrom: adjust a timing hack
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 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-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-15 notazadjust multitap code to interact with standalone better
2022-10-15 notazreduce differences from upstream
2022-10-08 notazallow debug build (make DEBUG=1)
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-15 notazcdrom: adjust timing
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 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-09 notazfix build
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: sync on xa playback start
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-29 LibretroAdminRevert "misc: get rid of an unaligned read"
2022-08-29 notazmisc: get rid of an unaligned read
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-02 notazdrc: patch up some potential issues on the switch
2022-07-18 notazdrc: some more libnx support
2022-07-16 Paul CercueilUpdate lightrec 20220716 (#672)
2022-07-14 notazdrc: simplify cache flush for some platforms
2022-07-14 notazdrc: some libnx support
2022-06-12 LibretroAdminMerge pull request #669 from pcercuei/lightrec-fix...
2022-06-12 Paul Cercueilpsxmem: Use Lightrec memory map even for interpreter
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 notazcdriso: hack .chd track handling to match .cue
2022-06-06 notazcdrom: don't read and play simultaneously
2022-06-06 notazlightrec: try to clean up intergarion, fix -O0
2022-06-06 Paul Cercueilcdrom: Fix PBP support on big-endian platforms
2022-06-06 Paul Cercueilmisc: Use GCC builtins for byte-swap operations
2022-06-06 Paul CercueilMake sure hardware registers are manipulated as little...
2022-06-06 Paul CercueilFix PCSX on big-endian systems
2022-06-05 bslenulRumble should only work with 'dualshock' device type
2022-06-04 LibretroAdminMerge pull request #661 from pcercuei/update-lightrec...
2022-06-04 Paul Cercueillightrec: Enable code buffer support
2022-06-02 notazpsxcounters: try to support a dynarec with a very long...
2022-06-02 notazdrc: update some logging and patches
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-05-11 Paul CercueilAdd support for mapping emulated RAM to address 0x0
2022-04-27 AutechreMerge pull request #652 from pcercuei/update-lightrec...
2022-04-27 Paul Cercueillightrec: Only sync register cache before savestate...
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-03-13 notazcdriso: handle chd subchannels, when available
2022-03-01 notazdrc: fix some wrong inv address calculations
2022-02-26 notazunbreak nodynarec build
2022-02-26 notazdrc: try to avoid some block trapping
2022-02-26 notazdrc: rework jump_out lists
next