mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Force off the VSync setting on Android (it wasn't actually used right).
This commit is contained in:
parent
e43194d03e
commit
d8d9540417
1 changed files with 5 additions and 0 deletions
|
@ -1440,6 +1440,11 @@ void Config::Load(const char *iniFileName, const char *controllerIniFilename) {
|
|||
g_Config.iGlobalVolume = 0;
|
||||
}
|
||||
|
||||
#if PPSSPP_PLATFORM(ANDROID)
|
||||
// The on path here is untested, since we don't expose it.
|
||||
g_Config.bVSync = false;
|
||||
#endif
|
||||
|
||||
INFO_LOG(LOADER, "Config loaded: '%s'", iniFilename_.c_str());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue