revert "disable Vsync checkbox in case we are in borderelss or windowed mode to avoid unnecessary input lag"

This commit is contained in:
FunkyFr3sh 2025-01-18 08:53:59 +01:00
parent e4b0fc3f9d
commit 30e6010a88
2 changed files with 0 additions and 35 deletions

View file

@ -118,7 +118,6 @@ 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);