More temporary reverts.

This commit is contained in:
OBattler
2022-02-02 02:43:40 +01:00
parent 63bea05141
commit 7eabebb97f
2 changed files with 9 additions and 1 deletions

View File

@@ -1049,7 +1049,9 @@ pc_reset_hard_init(void)
pc_full_speed();
cycles = 0;
fpu_cycles = 0;
#ifdef FPU_CYCLES
fpu_cycles = 0;
#endif
#ifdef USE_DYNAREC
cycles_main = 0;
#endif