Update skeleton retroarch.cfg to reflect changes in fastforward_ratio

This commit is contained in:
twinaphex 2014-08-13 20:11:50 +02:00
parent ad5d46bba3
commit f016e945d4

View File

@ -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