More CPU.

This commit is contained in:
OBattler
2022-07-16 03:22:41 +02:00
parent f4ba136b97
commit 27713f6557

View File

@@ -1868,6 +1868,9 @@ cpu_fast_off_period_set(uint16_t val, double period)
void
cpu_fast_off_reset(void)
{
if (cpu-fast_off_timer)
timer_disable(cpu_fast_off_timer);
cpu_register_fast_off_handler(NULL);
cpu_fast_off_period = 0.0;
cpu_fast_off_advance();