From f016e945d48a7f8be5870679fe7a457150fd192a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 13 Aug 2014 20:11:50 +0200 Subject: [PATCH] Update skeleton retroarch.cfg to reflect changes in fastforward_ratio --- retroarch.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/retroarch.cfg b/retroarch.cfg index cdd1d3d7bf..28eb51ac22 100644 --- a/retroarch.cfg +++ b/retroarch.cfg @@ -606,8 +606,8 @@ # The maximum rate at which content will be run when using fast forward. (E.g. 5.0 for 60 fps content => 300 fps cap). # RetroArch will go to sleep to ensure that the maximum rate will not be exceeded. # Do not rely on this cap to be perfectly accurate. -# A negative ratio equals no FPS cap. -# fastforward_ratio = -1.0 +# A ratio of zero equals no FPS cap. +# fastforward_ratio = 0.0 # Enable stdin/network command interface. # network_cmd_enable = false