Merge branch 'master' into fpu_iu_concurrency

This commit is contained in:
linear
2022-01-29 10:44:56 -08:00
committed by GitHub
7 changed files with 276 additions and 185 deletions

View File

@@ -1046,10 +1046,12 @@ pc_reset_hard_init(void)
atfullspeed = 0;
pc_full_speed();
cycles = cycles_main = 0;
fpu_cycles = 0;
cycles = 0;
fpu_cycles = 0;
#ifdef USE_DYNAREC
cycles_main = 0;
#endif
update_mouse_msg();
}