mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
sh2 drc: RISC-V (RV64IM) code emitter, some work on MIPS64
This commit is contained in:
parent
aaea8e3ecd
commit
e7ee501075
21 changed files with 395 additions and 444 deletions
|
@ -506,7 +506,7 @@ void sync_sh2s_normal(unsigned int m68k_target)
|
|||
if (CYCLES_GT(now, ssh2.m68krcycles_done))
|
||||
now = ssh2.m68krcycles_done;
|
||||
}
|
||||
if (now - timer_cycles >= STEP_N) {
|
||||
if (CYCLES_GT(now, timer_cycles+STEP_N)) {
|
||||
p32x_timers_do(now - timer_cycles);
|
||||
timer_cycles = now;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue