added an update rate setting

This commit is contained in:
Monica Moniot
2022-11-29 20:40:07 -05:00
parent 4444053f7c
commit 8030a462b3
7 changed files with 22 additions and 2 deletions

View File

@@ -9,6 +9,15 @@ data:extend({
minimum_value = 1,
maximum_value = 60,
},
{
type = "int-setting",
name = "cybersyn-update-rate",
order = "ab",
setting_type = "runtime-global",
default_value = 2,
minimum_value = 1,
maximum_value = 2147483647,
},
--{
-- type = "int-setting",
-- name = "cybersyn-wait-time",