Fix issue that would disable Throttling
This commit is contained in:
parent
bc1cc9eeb4
commit
f7de0e4147
|
@ -331,9 +331,6 @@ void CoreTimingManager::Advance()
|
|||
|
||||
void CoreTimingManager::Throttle(const s64 target_cycle)
|
||||
{
|
||||
if (target_cycle <= m_throttle_last_cycle)
|
||||
return;
|
||||
|
||||
const double speed =
|
||||
Core::GetIsThrottlerTempDisabled() ? 0.0 : Config::Get(Config::MAIN_EMULATION_SPEED);
|
||||
|
||||
|
|
Loading…
Reference in New Issue