impr: Default to monitor synchronized FPS limit

This commit is contained in:
WerWolv
2023-04-13 17:12:40 +02:00
parent 1367e9cebe
commit 52925c99e8
5 changed files with 16 additions and 5 deletions

View File

@@ -427,7 +427,7 @@ namespace hex {
}
static float s_targetFPS = 60.0F;
static float s_targetFPS = 14.0F;
float getTargetFPS() {
return s_targetFPS;