This commit is contained in:
Brandon Wright 2019-03-04 14:42:40 -06:00
parent da37d725ec
commit 19456090ee
1 changed files with 1 additions and 1 deletions

View File

@ -759,7 +759,7 @@ void WinRegisterConfigItems()
AddBoolC("HideMenu", GUI.HideMenu, false, "true to auto-hide the menu bar on startup.");
AddBoolC("Vsync", GUI.Vsync, false, "true to enable Vsync");
AddBoolC("ReduceInputLag", GUI.ReduceInputLag, false, "true to reduce input lag by hard synchronization");
AddBoolC("DWMSync", GUI.DWMSync, false, "sync to DWM compositor if it is running instead of vsync (OpenGL)");
AddBoolC("DWMSync", GUI.DWMSync, false, "sync to DWM compositor if it is running");
AddBoolC("FilterMessageFont", GUI.filterMessagFont, true, "true to filter message font with EPX on 2x/3x scales if MessagesInImage is false)");
#undef CATEGORY
#define CATEGORY "Settings"