add fpu_cycles variable to cpu_state to track fpu/iu concurrency

This commit is contained in:
linear cannon
2022-01-29 07:25:38 -08:00
parent 31aed306c9
commit 4815fcc226
2 changed files with 4 additions and 1 deletions

View File

@@ -1048,6 +1048,8 @@ pc_reset_hard_init(void)
cycles = cycles_main = 0;
fpu_cycles = 0;
update_mouse_msg();
}