Add an experimental sync to keep real time sync.

May help input, audio, and network related lag problems.
This commit is contained in:
Unknown W. Brackets 2014-06-01 00:52:10 -07:00
parent 84ff3d6767
commit 29f2519861
3 changed files with 85 additions and 1 deletions

View file

@ -265,6 +265,7 @@ static ConfigSetting generalSettings[] = {
ConfigSetting("HomebrewStore", &g_Config.bHomebrewStore, false, false),
ConfigSetting("CheckForNewVersion", &g_Config.bCheckForNewVersion, true),
ConfigSetting("Language", &g_Config.sLanguageIni, &DefaultLangRegion),
ConfigSetting("ForceLagSync", &g_Config.bForceLagSync, false),
ReportedConfigSetting("NumWorkerThreads", &g_Config.iNumWorkerThreads, &DefaultNumWorkers),
ConfigSetting("EnableAutoLoad", &g_Config.bEnableAutoLoad, false),