Add some notes to retroarch.cfg

This commit is contained in:
twinaphex 2016-01-27 01:33:28 +01:00
parent 6fd1a98f97
commit e2b322040f

View File

@ -364,6 +364,18 @@
# Hide input descriptors that were not set by the core.
# input_descriptor_hide_unbound = false
# Influence how input polling is done inside RetroArch.
# 0 : Early - Input polling is performed before call to retro_run.
# 1 : Normal - Input polling is performend when retro_input_poll is
# requested.
# 2 : Late - Input polling is performed on first call to retro_input_state
# per frame
#
# Setting it to 2 can result in less latency. When netplay is
# enabled, input_poll_type_behavior will be internally set
# to 1.
# input_poll_type_behavior = 1
# Directory for joypad autoconfigs.
# If a joypad is plugged in, that joypad will be autoconfigured if a config file
# corresponding to that joypad is present in joypad_autoconfig_dir.