Add a better FPS limiter

This commit is contained in:
Skyth
2019-08-29 15:43:26 +03:00
parent 3ebf184615
commit 244b6eca25
10 changed files with 32 additions and 107 deletions
-3
View File
@@ -42,8 +42,5 @@ scale_component = true
# enabling this component is not recommended for most users.
debug_component = false
# enables the ability to set a cap on the framerate by setting FPS.Limit in config.ini
fps_limiter = true
# allows the usage of hold transfer
target_inspector = true
+1 -1
View File
@@ -40,7 +40,7 @@ Enhanced_Stage_Manager=0
Enhanced_Stage_Manager_Encore=1
[Graphics]
#FPS Limiter requires "fps_limiter" component to be enabled in "components.ini"
# Set to -1 to unlock the frame rate.
FPS.Limit=60
# Temporal Anti-Aliasing
TAA=1