Updated ini

This commit is contained in:
rebtd7 2020-01-12 22:04:13 -03:00 committed by GitHub
parent 5d19dcc5a6
commit 5bda73edb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,18 +1,32 @@
[Options]
# PresentationInterval
#
# -1 = VSync OFF
# 1 = VSync ON
# 1 = VSync ON
PresentationInterval = 1
# FFXIIIIngameFrameRateLimit
#
# Using higher numbers may cause noticiable facial animation jankness during cutscenes.
# See https://github.com/rebtd7/FF13Fix/issues/3
#
# Note that the frame pacer is always disabled by this mod, regardless of the value this option is set.
#
# -1 = Use the maximum FPS cap possible
# 0 = Use the game's default FPS limit (59.94005966)
# other = Use the number provided as the FPS limit (e.g. set 30 to limit to 30FPS)
FFXIIIIngameFrameRateLimit = -1
# 0 = Use the game's default FPS limit (59.94005966 FPS)
# other = Use the number provided as the FPS limit (e.g. set 30.0 to limit to 30.0 FPS)
FFXIIIIngameFrameRateLimit = 0
# FullScreenRefreshRate
# 0 = Same as configured in the operating system
#
# If you are not using any adaptive sync technology (e.g. FreeSync/Gsync) you may want to set this to the highest
# multiple of your frame rate that your monitor can handle to improve frame pacing.
# i.e. if you are using a 60FPS cap, you can possibly improve the frame pacing when you are reaching the cap
# by using refresh rates 60, 120, 180, 240...
#
# 0 = Same as configured in the operating system
# other = Use the number provided as the display refresh rate (in Hz)
FullScreenRefreshRate = 0
TripleBuffering = true