Minor tidying and updating

This commit is contained in:
Maruno17
2023-07-29 20:20:08 +01:00
parent 1b5c0f6f2f
commit 4f14108772
3 changed files with 9 additions and 23 deletions

View File

@@ -145,15 +145,15 @@
//
"vsync": true,
// The game's frame rate.
//
"fixedFramerate": 61,
// Use a fixed framerate that is approx. equal to the native screen refresh
// rate. This is different from "fixedFramerate" because the actual frame
// rate is reported back to the game, ensuring correct timers. If the screen
// refresh rate cannot be determined, this option is force-disabled. This
// option may be force-disabled at build time.
//
// "syncToRefreshrate": false,
"syncToRefreshrate": true,
// The game's frame rate, if "syncToRefreshrate" is false.
//
// "fixedFramerate": 60,
}