Update player to user in skeleton config file

This commit is contained in:
twinaphex 2014-12-05 13:59:09 +01:00
parent 57918c0c24
commit 9374136a9b

View File

@ -328,7 +328,7 @@
# Requires input_autodetect_enable to be enabled.
# joypad_autoconfig_dir =
# Sets which libretro device is used for a player.
# Sets which libretro device is used for a user.
# Devices are indentified with a number.
# This is normally saved by the menu.
# Device IDs are found in libretro.h.
@ -397,7 +397,7 @@
# input_player1_r_y_plus =
# input_player1_r_y_minus =
# If desired, it is possible to override which joypads are being used for player 1 through 8.
# If desired, it is possible to override which joypads are being used for user 1 through 8.
# First joypad available is 0.
# input_player1_joypad_index = 0
# input_player2_joypad_index = 1
@ -447,7 +447,7 @@
# input_turbo_period = 6
# input_turbo_duty_cycle = 3
# This goes all the way to player 8 (*_player2_*, *_player3_*, etc), but omitted for clarity.
# This goes all the way to user 8 (*_player2_*, *_player3_*, etc), but omitted for clarity.
# All input binds have corresponding binds for keyboard (none), joykeys (_btn) and joyaxes (_axis) as well.
# Toggles fullscreen.
@ -504,7 +504,7 @@
# Take screenshot
# input_screenshot = f8
# Netplay flip players.
# Netplay flip users.
# input_netplay_flip_players = i
# Hold for slowmotion.
@ -576,7 +576,7 @@
#### Netplay
# When being client over netplay, use keybinds for player 1.
# When being client over netplay, use keybinds for user 1.
# netplay_client_swap_input = false
# The username of the person running RetroArch. This will be used for playing online, for instance.
@ -590,7 +590,7 @@
# false is Server, true is Client.
# netplay_mode = false
# Enable or disable spectator mode for the player during netplay.
# Enable or disable spectator mode for the user during netplay.
# netplay_spectator_mode_enable = false
# The IP Address of the host to connect to.