mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
RETROARCH: all players can control the menu, max player raised to 8, was 5
This commit is contained in:
parent
4edeac2dc1
commit
412649c047
|
@ -6,7 +6,7 @@ ai_service_pause = "false"
|
|||
ai_service_source_lang = "0"
|
||||
ai_service_target_lang = "0"
|
||||
ai_service_url = "http://localhost:4404/"
|
||||
all_users_control_menu = "false"
|
||||
all_users_control_menu = "true"
|
||||
apply_cheats_after_load = "false"
|
||||
apply_cheats_after_toggle = "false"
|
||||
aspect_ratio_index = "22"
|
||||
|
@ -256,7 +256,7 @@ input_load_state = "f4"
|
|||
input_load_state_axis = "nul"
|
||||
input_load_state_btn = "9"
|
||||
input_load_state_mbtn = "nul"
|
||||
input_max_users = "5"
|
||||
input_max_users = "8"
|
||||
input_menu_toggle = "f1"
|
||||
input_menu_toggle_axis = "nul"
|
||||
input_menu_toggle_btn = "3"
|
||||
|
@ -3184,4 +3184,4 @@ xmb_menu_color_theme = "4"
|
|||
xmb_shadows_enable = "true"
|
||||
xmb_theme = "0"
|
||||
xmb_vertical_thumbnails = "false"
|
||||
youtube_stream_key = ""
|
||||
youtube_stream_key = ""
|
Loading…
Reference in a new issue