#497 USE_VSYNC added to the config (true by default)

This commit is contained in:
BADIM-PC\Vadim
2018-01-11 13:29:44 +03:00
parent ea362a12e0
commit db77e93370
5 changed files with 22 additions and 6 deletions

View File

@@ -101,6 +101,7 @@ typedef struct
bool checkNewVersion;
bool noSound;
bool useVsync;
s32 missedFrames;
} StudioConfig;