performance: Add range for unfocused fps target (#2140)
This commit is contained in:
@@ -70,6 +70,10 @@ public interface FpsConfig extends Config
|
||||
return false;
|
||||
}
|
||||
|
||||
@Range(
|
||||
min = 1,
|
||||
max = 50
|
||||
)
|
||||
@ConfigItem(
|
||||
keyName = "maxFpsUnfocused",
|
||||
name = "Unfocused FPS target",
|
||||
|
||||
Reference in New Issue
Block a user