mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 18:50:30 +00:00
Fix issue that would disable Throttling
This commit is contained in:
parent
bc1cc9eeb4
commit
f7de0e4147
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue