VRC6: what?

stripping the timer out worsens performace, but only removing the tick
call improves it????
This commit is contained in:
tildearrow 2025-03-07 05:40:10 -05:00
parent 0e7df18ab3
commit 0efe232ae8

View file

@ -18,10 +18,6 @@ void vrcvi_core::tick()
m_out += m_pulse[1].get_output();
m_out += m_sawtooth.get_output(); // add 5 bit sawtooth output
}
if (m_timer.tick())
{
m_timer.counter_tick();
}
}
void vrcvi_core::reset()