mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Set default to false for option, FrameSkipUnthrottle
This commit is contained in:
parent
b717e41909
commit
9212b131ab
@ -147,7 +147,7 @@ void Config::Load(const char *iniFileName, const char *controllerIniFilename)
|
||||
|
||||
graphics->Get("FrameSkip", &iFrameSkip, 0);
|
||||
graphics->Get("FrameRate", &iFpsLimit, 0);
|
||||
graphics->Get("FrameSkipUnthrottle", &bFrameSkipUnthrottle, true);
|
||||
graphics->Get("FrameSkipUnthrottle", &bFrameSkipUnthrottle, false);
|
||||
graphics->Get("ForceMaxEmulatedFPS", &iForceMaxEmulatedFPS, 60);
|
||||
#ifdef USING_GLES2
|
||||
graphics->Get("AnisotropyLevel", &iAnisotropyLevel, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user