mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Fix issue that would disable Throttling
This commit is contained in:
@ -331,9 +331,6 @@ void CoreTimingManager::Advance()
|
|||||||
|
|
||||||
void CoreTimingManager::Throttle(const s64 target_cycle)
|
void CoreTimingManager::Throttle(const s64 target_cycle)
|
||||||
{
|
{
|
||||||
if (target_cycle <= m_throttle_last_cycle)
|
|
||||||
return;
|
|
||||||
|
|
||||||
const double speed =
|
const double speed =
|
||||||
Core::GetIsThrottlerTempDisabled() ? 0.0 : Config::Get(Config::MAIN_EMULATION_SPEED);
|
Core::GetIsThrottlerTempDisabled() ? 0.0 : Config::Get(Config::MAIN_EMULATION_SPEED);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user