From 8c24ebf83a58bf28a01e0d601614a87aa0dff94b Mon Sep 17 00:00:00 2001 From: pk-2000 <63214388+pk-2000@users.noreply.github.com> Date: Tue, 29 Dec 2020 01:29:11 +0200 Subject: [PATCH] Update mkxp.conf.sample --- mkxp.conf.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mkxp.conf.sample b/mkxp.conf.sample index 86d0b59..59fe87b 100644 --- a/mkxp.conf.sample +++ b/mkxp.conf.sample @@ -98,7 +98,8 @@ # windowTitle=Custom Title -# Enforce a static frame rate +# Enforce a static frame rate. If set to a negative +# value deactivates the fps limiter. # (0 = disabled) # # fixedFramerate=0 @@ -114,6 +115,7 @@ # native screen refresh rate. This is different from # "fixedFramerate" because the actual frame rate is # reported back to the game, ensuring correct timers. +# When enabled, the "fixedFramerate" setting is ignored. # If the screen refresh rate cannot be determined, # this option is force-disabled # (default: disabled)