notaz.gp2x.de
/
pcsx_rearmed.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
frontend: update libpicofe, fix missed callbacks
[pcsx_rearmed.git]
/
libpcsxcore
/
new_dynarec
/
emu_if.c
2025-02-13
notaz
drc: avoid some header includes when not needed
blob
|
commitdiff
2025-01-25
notaz
drc: must call both callbacks in mixed mode
blob
|
commitdiff
|
diff to current
2025-01-24
notaz
hle: assorted fixes
blob
|
commitdiff
|
diff to current
2025-01-22
notaz
cpu: make sure config is applied when core is changed
blob
|
commitdiff
|
diff to current
2025-01-16
notaz
core: move some more stuff to psxRegs
blob
|
commitdiff
|
diff to current
2025-01-15
notaz
drc: fix wrong stop check
blob
|
commitdiff
|
diff to current
2024-12-18
notaz
vita: disable drc thread
blob
|
commitdiff
|
diff to current
2024-12-18
notaz
vita: another try
blob
|
commitdiff
|
diff to current
2024-12-17
notaz
drc: allow address 0 in thread mode
blob
|
commitdiff
|
diff to current
2024-12-17
notaz
drc: another try to fix thread cache stuff
blob
|
commitdiff
|
diff to current
2024-12-04
notaz
drc: disable thread for cache hack
blob
|
commitdiff
|
diff to current
2024-11-17
notaz
drc: restore scratch_buf_ptr
blob
|
commitdiff
|
diff to current
2024-11-17
notaz
drc: eliminate a global from get_addr_ht
blob
|
commitdiff
|
diff to current
2024-11-05
notaz
3ds: no dynarec thread when 'auto'
blob
|
commitdiff
|
diff to current
2024-10-27
notaz
3ds: only invalidate icache on non-compiler core
blob
|
commitdiff
|
diff to current
2024-10-24
notaz
move more globals to psxRegs
blob
|
commitdiff
|
diff to current
2024-10-24
notaz
drc: drop pending_exception
blob
|
commitdiff
|
diff to current
2024-10-24
notaz
drc: add another sync after running the interpreter
blob
|
commitdiff
|
diff to current
2024-10-23
notaz
3ds: customize thread creation
blob
|
commitdiff
|
diff to current
2024-10-23
notaz
drc: try compiling on another thread
blob
|
commitdiff
|
diff to current
2023-10-14
notaz
eliminate event code duplication
blob
|
commitdiff
|
diff to current
2023-09-23
notaz
psxbios: experimental vsync HLE
blob
|
commitdiff
|
diff to current
2023-09-04
notaz
initial hle support for lightrec
blob
|
commitdiff
|
diff to current
2023-08-09
notaz
psxbios: completely rework exception handling
blob
|
commitdiff
|
diff to current
2023-08-03
notaz
drc: try to prevent wrong eviction
blob
|
commitdiff
|
diff to current
2023-08-03
notaz
drc: update according to the interpreter (3)
blob
|
commitdiff
|
diff to current
2023-08-03
notaz
drc: update according to interpreter (2)
blob
|
commitdiff
|
diff to current
2023-07-21
notaz
psxinterpreter: yet more exceptions, new config option
blob
|
commitdiff
|
diff to current
2023-07-14
notaz
adjust bios handling again
blob
|
commitdiff
|
diff to current
2023-07-12
Ash Logan
libpcsxcore: Use the same type for next_interrupt every...
blob
|
commitdiff
|
diff to current
2023-07-09
notaz
drc: handle regs-not-in-psxRegs case better
blob
|
commitdiff
|
diff to current
2023-07-09
notaz
clean up switching between dynarec and interpreter
blob
|
commitdiff
|
diff to current
2023-07-09
notaz
Merge pull request #292 from pcercuei/dfsound-big-endian
blob
|
commitdiff
|
diff to current
2023-07-08
notaz
clean up cache isolation handling
blob
|
commitdiff
|
diff to current
2023-07-08
notaz
drc: minor cleanup
blob
|
commitdiff
|
diff to current
2022-10-15
notaz
merge from libretro fork
blob
|
commitdiff
|
diff to current
2022-10-01
notaz
psxinterpreter: use cycle_multiplier also
blob
|
commitdiff
|
diff to current
2022-09-17
notaz
cdrom: treat seek the same as other commands
blob
|
commitdiff
|
diff to current
2022-09-09
notaz
psxinterpreter: reduce the use of globals
blob
|
commitdiff
|
diff to current
2022-09-02
notaz
cdrom: get rid of cdrPlayInterrupt
blob
|
commitdiff
|
diff to current
2022-06-02
notaz
drc: update some logging and patches
blob
|
commitdiff
|
diff to current
2022-02-26
notaz
unbreak nodynarec build
blob
|
commitdiff
|
diff to current
2022-02-24
notaz
drc: rework block tracking
blob
|
commitdiff
|
diff to current
2022-02-19
notaz
drc: don't delay block restoration
blob
|
commitdiff
|
diff to current
2022-01-26
notaz
drc: don't cache psxRegs.interrupt
blob
|
commitdiff
|
diff to current
2021-11-28
notaz
drc: rework cycle counting
blob
|
commitdiff
|
diff to current
2021-11-22
notaz
make icache implementation play nice with the dynarec
blob
|
commitdiff
|
diff to current
2021-11-20
notaz
drc,interpreter: add mul/div stalls
blob
|
commitdiff
|
diff to current
2021-11-20
notaz
drc/gte: add some stall handling
blob
|
commitdiff
|
diff to current
2021-11-19
notaz
frontend: force full recompile on drc setting change
blob
|
commitdiff
|
diff to current
2021-11-18
notaz
drc: use a separate var for game hacks
blob
|
commitdiff
|
diff to current
2021-11-16
notaz
fix x86 build
blob
|
commitdiff
|
diff to current
2021-11-14
notaz
drc: something works on arm64
blob
|
commitdiff
|
diff to current
2021-11-14
notaz
drc: starting arm64 support
blob
|
commitdiff
|
diff to current
2021-10-31
notaz
some drc debug helpers
blob
|
commitdiff
|
diff to current
2021-10-31
notaz
some cleanup to reduce confusion
blob
|
commitdiff
|
diff to current
2021-10-02
gameblabla
Icache emulation from PCSX Redux + Senquack changes...
blob
|
commitdiff
|
diff to current
2015-02-05
notaz
dma: do some madr updates
blob
|
commitdiff
|
diff to current
2015-01-03
notaz
mingw build fixes
blob
|
commitdiff
|
diff to current
2014-12-23
notaz
drc: implement block addr list saving
blob
|
commitdiff
|
diff to current
2014-12-20
notaz
spu: add a schedule callback
blob
|
commitdiff
|
diff to current
2013-04-01
notaz
avoid MAP_FIXED, log mappings
blob
|
commitdiff
|
diff to current
2013-03-31
notaz
gte_neon: access scratch_buf through drc context
blob
|
commitdiff
|
diff to current
2013-01-06
notaz
fully reinit drc on change
blob
|
commitdiff
|
diff to current
2012-12-02
notaz
improve ARM feature detection
blob
|
commitdiff
|
diff to current
2012-11-24
notaz
fix ARM build with --disable-dynarec
blob
|
commitdiff
|
diff to current
2012-04-29
notaz
fix some build issues and warnings
blob
|
commitdiff
|
diff to current
2011-11-01
notaz
drc/gte: fix dep list
blob
|
commitdiff
|
diff to current
2011-10-30
notaz
drc: detect sw irqs properly
blob
|
commitdiff
|
diff to current
2011-10-30
notaz
drc: some debug code improvements
blob
|
commitdiff
|
diff to current
2011-10-30
notaz
make root counters use generic event scheduling code
blob
|
commitdiff
|
diff to current
2011-10-30
notaz
drc: add some hack options
blob
|
commitdiff
|
diff to current
2011-10-30
notaz
pcnt: measure gte too
blob
|
commitdiff
|
diff to current
2011-10-30
notaz
drc: do MVMVA decoding; parametrize handlers
blob
|
commitdiff
|
diff to current
2011-10-30
notaz
drc: finish GTE reg liveness analysis
blob
|
commitdiff
|
diff to current
2011-10-30
notaz
inline/parametrize rootcounter reads
blob
|
commitdiff
|
diff to current
2011-10-09
notaz
new ability to adjust psx cpu clock
blob
|
commitdiff
|
diff to current
2011-10-09
notaz
get rid of old memhandlers
blob
|
commitdiff
|
diff to current
2011-10-08
notaz
recompilation-caused frameskip workaround
blob
|
commitdiff
|
diff to current
2011-10-02
notaz
yet more random armv5 tweaks
blob
|
commitdiff
|
diff to current
2011-09-29
notaz
gte_arm: implement RTPS, RTPT
blob
|
commitdiff
|
diff to current
2011-09-26
notaz
drc: do gte flag liveness detection
blob
|
commitdiff
|
diff to current
2011-09-26
notaz
gte: split arm code for pollux, generate flagless handlers
blob
|
commitdiff
|
diff to current
2011-09-23
notaz
support armv5 build
blob
|
commitdiff
|
diff to current
2011-03-16
notaz
minor debug code updates
blob
|
commitdiff
|
diff to current
2011-03-07
notaz
frontend: fix valgrind errors
blob
|
commitdiff
|
diff to current
2011-02-28
notaz
gte_neon: hook into recompiler
blob
|
commitdiff
|
diff to current
2011-02-17
notaz
drc: some PCSX-specific const addr io handlers
blob
|
commitdiff
|
diff to current
2011-01-28
notaz
cdrom: support cdda playback cursor and autopause/report
blob
|
commitdiff
|
diff to current
2011-01-26
notaz
drc: invalidate RAM mirrors correctly
blob
|
commitdiff
|
diff to current
2011-01-25
notaz
cdrom: merge most of cdrom.c from latest pcsxr (r62214)
blob
|
commitdiff
|
diff to current
2011-01-23
notaz
drc: don't leave until we really need to
blob
|
commitdiff
|
diff to current
2011-01-23
notaz
drc: use correct clear size
blob
|
commitdiff
|
diff to current
2011-01-15
notaz
drc: handle MTC0 in delay slot
blob
|
commitdiff
|
diff to current
2011-01-15
notaz
drc: support RFE, remove ERET (it's not in r3k)
blob
|
commitdiff
|
diff to current
2010-12-27
notaz
some debug code improvements
blob
|
commitdiff
|
diff to current
2010-12-22
notaz
update gpu DMA related code to pcsxr-svn Nov 28
blob
|
commitdiff
|
diff to current
2010-12-22
notaz
update mdec code to pcsxr-svn Nov 26
blob
|
commitdiff
|
diff to current
2010-12-22
notaz
drc: improved interrupt code for emu_if
blob
|
commitdiff
|
diff to current
2010-12-21
notaz
core: update to newer interrupt code, seems to affect...
blob
|
commitdiff
|
diff to current
next