disable Vsync checkbox in case we are in borderelss or windowed mode to avoid unnecessary input lag
This commit is contained in:
parent
b1c74f1628
commit
6f540a9603
3 changed files with 35 additions and 10 deletions
|
@ -118,6 +118,7 @@ private: // Benutzer-Deklarationen
|
|||
virtual void __fastcall CreateParams(TCreateParams & Params);
|
||||
void SaveSettings();
|
||||
bool GetBool(TIniFile *ini, System::UnicodeString key, bool defValue);
|
||||
bool VsyncAllowed();
|
||||
void ApplyTranslation(TIniFile *ini);
|
||||
System::UnicodeString GetKeyText(WORD key);
|
||||
WORD GetKeyCode(System::UnicodeString text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue