performance: Add range for unfocused fps target (#2140)

This commit is contained in:
Owain van Brakel
2019-12-17 17:28:13 +01:00
committed by Kyle
parent 225c975199
commit bf18871756

View File

@@ -70,6 +70,10 @@ public interface FpsConfig extends Config
return false;
}
@Range(
min = 1,
max = 50
)
@ConfigItem(
keyName = "maxFpsUnfocused",
name = "Unfocused FPS target",