cdrom: change pause timing again
[pcsx_rearmed.git] / libpcsxcore / new_dynarec /
2024-03-10 notazpsxhw: adjust sio stat
2023-12-14 notazremove one of the hacks
2023-12-14 notazdrc: handle upto 64k page size
2023-10-29 notazrework memhandlers to deal with some bus details
2023-10-24 notazfix build
2023-10-16 notazdrc: implement cycle reload on read
2023-10-14 notazeliminate event code duplication
2023-10-12 notazpatch up some clang/apple issues
2023-10-09 notazadd a nasty hack for gpu busy timing
2023-10-07 notazsetup spu r8 handlers
2023-10-04 notazdrc: avoid excessive recursion in hle mode
2023-10-01 notazpatch up some savestate issues
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-23 notazpsxbios: experimental vsync HLE
2023-09-23 notazdrc: adjust ld_use_hazard
2023-09-21 notazlog some info about bios and config
2023-09-04 notazpreliminary irq10 support
2023-09-04 notazinitial hle support for lightrec
2023-08-26 notazdrc: allow to execute bios even in hle mode
2023-08-26 notazdrc: adjust debugging code to work with hle bios
2023-08-26 notazreduce some code duplication
2023-08-12 notazlog unhandled io more clearly
2023-08-12 notazemulate pending irq bit somewhat
2023-08-10 notazdrc: fix reg alloc for div
2023-08-09 notazpsxbios: completely rework exception handling
2023-08-03 notazdrc: disable some weird code
2023-08-03 notazdrc: adjust load/store checks
2023-08-03 notazdrc: adjust alignment checking
2023-08-03 notazdrc: adjust MAXBLOCK
2023-08-03 notazarm64: use ldp/stp more
2023-08-03 notazdrc: some cleanup
2023-08-03 notazdrc: try to prevent wrong eviction
2023-08-03 notazdrc: update according to the interpreter (3)
2023-08-03 notazdrc: update according to interpreter (2)
2023-08-03 notazdrc: optional address error exception support
2023-08-03 notazdrc: update according to interpreter
2023-07-21 notazpsxinterpreter: yet more exceptions, new config option
2023-07-14 notazadjust bios handling again
2023-07-12 notazdrc: fix wrong unmap size
2023-07-12 Ash Loganlibpcsxcore: Use the same type for next_interrupt every...
2023-07-09 notazdrc: handle regs-not-in-psxRegs case better
2023-07-09 notazclean up switching between dynarec and interpreter
2023-07-09 notazMerge pull request #292 from pcercuei/dfsound-big-endian
2023-07-08 notazclean up cache isolation handling
2023-07-08 notazdrc: minor cleanup
2023-07-08 notazdrc: fix some table math
2022-10-15 notazmerge from libretro fork
2022-10-01 notazpsxinterpreter: use cycle_multiplier also
2022-10-01 notazremove all the hack options
2022-09-17 notazcdrom: treat seek the same as other commands
2022-09-09 notazpsxinterpreter: reduce the use of globals
2022-09-02 notazcdrom: get rid of cdrPlayInterrupt
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-14 notazdrc: simplify cache flush for some platforms
2022-07-14 notazdrc: some libnx support
2022-06-02 notazdrc: update some logging and patches
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
2022-02-26 notazdrc: rework expire code
2022-02-24 notazdrc: more precise invalidation checking for the invstub...
2022-02-24 notazdrc: rework block tracking
2022-02-23 notazdrc: get rid of SPAN
2022-02-23 notazdrc: restore all block entry points at once
2022-02-19 notazdrc: don't delay block restoration
2022-02-15 notazdrc: try not to end the block prematurely
2022-02-07 notazdrc: try to make some passes not as slow, part 2
2022-02-07 notazdrc: put passes in their own functions
2022-02-07 notazdrc: try to make some passes not as slow
2022-02-07 notazdrc: use optimized get_reg
2022-02-07 notazdrc: rm unneeded &63 masking
2022-01-30 notazdrc: don't abort on game crash
2022-01-29 notazdrc: add apparently missing ROREG loading
2022-01-29 notazdrc: some more debug logging
2022-01-27 notazdrc: add seemingly missing double-alloc check
2022-01-27 notazdrc: clear dirty flag when deallocating a reg
2022-01-27 notazdrc: init some variables, adjust comments
2022-01-26 notazdrc: emulate break opcode
2022-01-26 notazdrc: don't cache psxRegs.interrupt
2022-01-24 notazdrc: another hack to try to get Vita to work
2022-01-23 notazdrc: a bit more sophisticated f1 hack
2022-01-23 notazdrc: possibly the missing piece for Vita
2022-01-23 notazdrc: align size passed to mprotect
2021-12-14 notazdrc: always clear full decoded_insn
2021-12-14 notazfix some issues and warnings seen on ctr build
2021-12-14 notazdrc: reapply some libretro changes
2021-12-14 notazdrc: adjust asm to make clang happy
2021-11-30 notazdrc: rearrange hacks
2021-11-29 notazdrc: fix some mistake done during arm64 porting
2021-11-28 notazdrc: fix an old memhandler oversight
2021-11-28 notazdrc: fix CCREG loading
2021-11-28 notazdrc: don't cull ccreg
2021-11-28 notazdrc: rework cycle counting
next