Merge branch 'master' into fpu_iu_concurrency
This commit is contained in:
10
src/86box.c
10
src/86box.c
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user