idle fps configurable via config file

This commit is contained in:
minjaesong
2022-06-29 16:16:54 +09:00
parent 068721376f
commit afc4435f25
2 changed files with 7 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ object DefaultConfig {
val hashMap = hashMapOf<String, Any>(
"displayfps" to 0, // 0: no limit, non-zero: limit
"displayfpsidle" to 0, // 0: no limit, non-zero: limit
"displaycolourdepth" to 8,
"usevsync" to false,
"screenwidth" to TerrarumScreenSize.defaultW,