Add set/get functions for IsFramelimiterTempDisabled

This commit is contained in:
degasus
2014-04-30 12:50:29 +02:00
parent 8483811b39
commit 30586f4d29
6 changed files with 18 additions and 7 deletions

View File

@ -124,7 +124,7 @@ void CMixer::PushSamples(const short *samples, unsigned int num_samples)
if (*PowerPC::GetStatePtr() != PowerPC::CPU_RUNNING || soundStream->IsMuted())
break;
// Shortcut key for Throttle Skipping
if (Core::IsFramelimiterTempDisabled)
if (Core::GetIsFramelimiterTempDisabled())
break;
SLEEP(1);
soundStream->Update();