System: Implement CPU overclocking [SAVEVERSION+]

Partial credit to @CookiePLMonster as well.
This commit is contained in:
Connor McLaughlin
2020-09-29 23:29:28 +10:00
parent 8f9f039665
commit 27697d0508
19 changed files with 249 additions and 36 deletions

View File

@ -67,7 +67,7 @@ void Shutdown()
void Reset()
{
g_state.pending_ticks = 0;
g_state.downcount = MAX_SLICE_SIZE;
g_state.downcount = 0;
g_state.regs = {};