Add an experimental sync to keep real time sync.
May help input, audio, and network related lag problems.
This commit is contained in:
parent
84ff3d6767
commit
29f2519861
3 changed files with 85 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue