mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
osx buildfixes
This commit is contained in:
parent
f1f4d629ad
commit
529afd8451
@ -1761,12 +1761,14 @@ static int menu_cbs_init_bind_get_string_representation_compare_type(
|
||||
BIND_ACTION_GET_VALUE(cbs,
|
||||
menu_action_setting_disp_set_label_libretro_perf_counters);
|
||||
}
|
||||
#ifdef HAVE_KEYMAPPER
|
||||
else if (type >= MENU_SETTINGS_INPUT_DESC_KBD_BEGIN
|
||||
&& type <= MENU_SETTINGS_INPUT_DESC_KBD_END)
|
||||
{
|
||||
BIND_ACTION_GET_VALUE(cbs,
|
||||
menu_action_setting_disp_set_label_input_desc_kbd);
|
||||
}
|
||||
#endif
|
||||
else
|
||||
{
|
||||
switch (type)
|
||||
|
@ -571,11 +571,13 @@ static int menu_cbs_init_bind_left_compare_type(menu_file_list_cbs_t *cbs,
|
||||
{
|
||||
BIND_ACTION_LEFT(cbs, action_left_input_desc);
|
||||
}
|
||||
#ifdef HAVE_KEYMAPPER
|
||||
else if (type >= MENU_SETTINGS_INPUT_DESC_KBD_BEGIN
|
||||
&& type <= MENU_SETTINGS_INPUT_DESC_KBD_END)
|
||||
{
|
||||
BIND_ACTION_LEFT(cbs, action_left_input_desc_kbd);
|
||||
}
|
||||
#endif
|
||||
else if ((type >= MENU_SETTINGS_PLAYLIST_ASSOCIATION_START))
|
||||
{
|
||||
BIND_ACTION_LEFT(cbs, playlist_association_left);
|
||||
|
@ -440,11 +440,13 @@ static int menu_cbs_init_bind_right_compare_type(menu_file_list_cbs_t *cbs,
|
||||
{
|
||||
BIND_ACTION_RIGHT(cbs, action_right_input_desc);
|
||||
}
|
||||
#ifdef HAVE_KEYMAPPER
|
||||
else if (type >= MENU_SETTINGS_INPUT_DESC_KBD_BEGIN
|
||||
&& type <= MENU_SETTINGS_INPUT_DESC_KBD_END)
|
||||
{
|
||||
BIND_ACTION_RIGHT(cbs, action_right_input_desc_kbd);
|
||||
}
|
||||
#endif
|
||||
else if ((type >= MENU_SETTINGS_PLAYLIST_ASSOCIATION_START))
|
||||
{
|
||||
BIND_ACTION_RIGHT(cbs, playlist_association_right);
|
||||
|
@ -176,11 +176,13 @@ static int menu_cbs_init_bind_select_compare_type(
|
||||
{
|
||||
BIND_ACTION_SELECT(cbs, action_select_input_desc);
|
||||
}
|
||||
#ifdef HAVE_KEYMAPPER
|
||||
else if (type >= MENU_SETTINGS_INPUT_DESC_KBD_BEGIN
|
||||
&& type <= MENU_SETTINGS_INPUT_DESC_KBD_END)
|
||||
{
|
||||
BIND_ACTION_SELECT(cbs, action_select_input_desc_kbd);
|
||||
}
|
||||
#endif
|
||||
else
|
||||
{
|
||||
switch (type)
|
||||
|
Loading…
x
Reference in New Issue
Block a user