Show info if your game has problems with sync #497

showSync changed from bool to frames counter
This commit is contained in:
BADIM-PC\Vadim
2018-01-05 12:34:14 +03:00
parent b9310a496b
commit 9c20b3a2f3
5 changed files with 14 additions and 13 deletions

View File

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