cd: fix yet more desyncs

state load, reset..
This commit is contained in:
notaz 2013-09-20 03:51:03 +03:00
parent 33be04ca5f
commit 8e4e84c215
3 changed files with 19 additions and 9 deletions

View file

@ -203,7 +203,6 @@ void PicoUnload32x(void)
void PicoReset32x(void)
{
if (PicoAHW & PAHW_32X) {
msh2.m68krcycles_done = ssh2.m68krcycles_done = SekCyclesDone();
p32x_trigger_irq(NULL, SekCyclesDone(), P32XI_VRES);
p32x_sh2_poll_event(&msh2, SH2_IDLE_STATES, 0);
p32x_sh2_poll_event(&ssh2, SH2_IDLE_STATES, 0);