frontend: update libpicofe, fix missed callbacks
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / emu_if.c
2025-02-13 notazdrc: avoid some header includes when not needed
2025-01-25 notazdrc: must call both callbacks in mixed mode
2025-01-24 notazhle: assorted fixes
2025-01-22 notazcpu: make sure config is applied when core is changed
2025-01-16 notazcore: move some more stuff to psxRegs
2025-01-15 notazdrc: fix wrong stop check
2024-12-18 notazvita: disable drc thread
2024-12-18 notazvita: another try
2024-12-17 notazdrc: allow address 0 in thread mode
2024-12-17 notazdrc: another try to fix thread cache stuff
2024-12-04 notazdrc: disable thread for cache hack
2024-11-17 notazdrc: restore scratch_buf_ptr
2024-11-17 notazdrc: eliminate a global from get_addr_ht
2024-11-05 notaz3ds: no dynarec thread when 'auto'
2024-10-27 notaz3ds: only invalidate icache on non-compiler core
2024-10-24 notazmove more globals to psxRegs
2024-10-24 notazdrc: drop pending_exception
2024-10-24 notazdrc: add another sync after running the interpreter
2024-10-23 notaz3ds: customize thread creation
2024-10-23 notazdrc: try compiling on another thread
2023-10-14 notazeliminate event code duplication
2023-09-23 notazpsxbios: experimental vsync HLE
2023-09-04 notazinitial hle support for lightrec
2023-08-09 notazpsxbios: completely rework exception handling
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-07-21 notazpsxinterpreter: yet more exceptions, new config option
2023-07-14 notazadjust bios handling again
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
2022-10-15 notazmerge from libretro fork
2022-10-01 notazpsxinterpreter: use cycle_multiplier also
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-06-02 notazdrc: update some logging and patches
2022-02-26 notazunbreak nodynarec build
2022-02-24 notazdrc: rework block tracking
2022-02-19 notazdrc: don't delay block restoration
2022-01-26 notazdrc: don't cache psxRegs.interrupt
2021-11-28 notazdrc: rework cycle counting
2021-11-22 notazmake icache implementation play nice with the dynarec
2021-11-20 notazdrc,interpreter: add mul/div stalls
2021-11-20 notazdrc/gte: add some stall handling
2021-11-19 notazfrontend: force full recompile on drc setting change
2021-11-18 notazdrc: use a separate var for game hacks
2021-11-16 notazfix x86 build
2021-11-14 notazdrc: something works on arm64
2021-11-14 notazdrc: starting arm64 support
2021-10-31 notazsome drc debug helpers
2021-10-31 notazsome cleanup to reduce confusion
2021-10-02 gameblablaIcache emulation from PCSX Redux + Senquack changes...
2015-02-05 notazdma: do some madr updates
2015-01-03 notazmingw build fixes
2014-12-23 notazdrc: implement block addr list saving
2014-12-20 notazspu: add a schedule callback
2013-04-01 notazavoid MAP_FIXED, log mappings
2013-03-31 notazgte_neon: access scratch_buf through drc context
2013-01-06 notazfully reinit drc on change
2012-12-02 notazimprove ARM feature detection
2012-11-24 notazfix ARM build with --disable-dynarec
2012-04-29 notazfix some build issues and warnings
2011-11-01 notazdrc/gte: fix dep list
2011-10-30 notazdrc: detect sw irqs properly
2011-10-30 notazdrc: some debug code improvements
2011-10-30 notazmake root counters use generic event scheduling code
2011-10-30 notazdrc: add some hack options
2011-10-30 notazpcnt: measure gte too
2011-10-30 notazdrc: do MVMVA decoding; parametrize handlers
2011-10-30 notazdrc: finish GTE reg liveness analysis
2011-10-30 notazinline/parametrize rootcounter reads
2011-10-09 notaznew ability to adjust psx cpu clock
2011-10-09 notazget rid of old memhandlers
2011-10-08 notazrecompilation-caused frameskip workaround
2011-10-02 notazyet more random armv5 tweaks
2011-09-29 notazgte_arm: implement RTPS, RTPT
2011-09-26 notazdrc: do gte flag liveness detection
2011-09-26 notazgte: split arm code for pollux, generate flagless handlers
2011-09-23 notazsupport armv5 build
2011-03-16 notazminor debug code updates
2011-03-07 notazfrontend: fix valgrind errors
2011-02-28 notazgte_neon: hook into recompiler
2011-02-17 notazdrc: some PCSX-specific const addr io handlers
2011-01-28 notazcdrom: support cdda playback cursor and autopause/report
2011-01-26 notazdrc: invalidate RAM mirrors correctly
2011-01-25 notazcdrom: merge most of cdrom.c from latest pcsxr (r62214)
2011-01-23 notazdrc: don't leave until we really need to
2011-01-23 notazdrc: use correct clear size
2011-01-15 notazdrc: handle MTC0 in delay slot
2011-01-15 notazdrc: support RFE, remove ERET (it's not in r3k)
2010-12-27 notazsome debug code improvements
2010-12-22 notazupdate gpu DMA related code to pcsxr-svn Nov 28
2010-12-22 notazupdate mdec code to pcsxr-svn Nov 26
2010-12-22 notazdrc: improved interrupt code for emu_if
2010-12-21 notazcore: update to newer interrupt code, seems to affect...
next