mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
32x: improve pwm accuracy
This commit is contained in:
parent
e7b3ad1bda
commit
a7f82a776a
4 changed files with 131 additions and 63 deletions
|
@ -442,7 +442,7 @@ void sync_sh2s_normal(unsigned int m68k_target)
|
|||
}
|
||||
}
|
||||
|
||||
p32x_timers_do(now - timer_cycles);
|
||||
p32x_timers_do(now, now - timer_cycles);
|
||||
timer_cycles = now;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue