mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
Don't show Joy-Con Split for non-Switch
This commit is contained in:
parent
60eb45c102
commit
f457dea880
@ -3144,6 +3144,7 @@ static bool setting_append_list_input_player_options(
|
|||||||
menu_settings_list_current_add_enum_idx(list, list_info,
|
menu_settings_list_current_add_enum_idx(list, list_info,
|
||||||
(enum msg_hash_enums)(MENU_ENUM_LABEL_INPUT_PLAYER_ANALOG_DPAD_MODE + user));
|
(enum msg_hash_enums)(MENU_ENUM_LABEL_INPUT_PLAYER_ANALOG_DPAD_MODE + user));
|
||||||
|
|
||||||
|
#ifdef HAVE_LIBNX
|
||||||
CONFIG_UINT_ALT(
|
CONFIG_UINT_ALT(
|
||||||
list, list_info,
|
list, list_info,
|
||||||
&settings->uints.input_split_joycon[user],
|
&settings->uints.input_split_joycon[user],
|
||||||
@ -3166,6 +3167,7 @@ static bool setting_append_list_input_player_options(
|
|||||||
#endif
|
#endif
|
||||||
(*list)[list_info->index - 1].get_string_representation = &get_string_representation_split_joycon;
|
(*list)[list_info->index - 1].get_string_representation = &get_string_representation_split_joycon;
|
||||||
menu_settings_list_current_add_range(list, list_info, 0, 1, 1.0, true, true);
|
menu_settings_list_current_add_range(list, list_info, 0, 1, 1.0, true, true);
|
||||||
|
#endif
|
||||||
|
|
||||||
CONFIG_ACTION_ALT(
|
CONFIG_ACTION_ALT(
|
||||||
list, list_info,
|
list, list_info,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user