mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 17:55:45 -04:00
System: Implement CPU overclocking [SAVEVERSION+]
Partial credit to @CookiePLMonster as well.
This commit is contained in:
@ -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 = {};
|
||||
|
||||
|
Reference in New Issue
Block a user