mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 21:36:26 +00:00
(RMenu XDK1) Build fix
This commit is contained in:
parent
ad31643b51
commit
872c0a8133
@ -2292,10 +2292,12 @@ static int select_setting(uint8_t menu_type, uint64_t input)
|
||||
first_setting = FIRST_INGAME_MENU_SETTING;
|
||||
max_settings = MAX_NO_OF_INGAME_MENU_SETTINGS;
|
||||
break;
|
||||
#ifdef HAVE_SHADER_MANAGER
|
||||
case INGAME_MENU_SHADER_MANAGER:
|
||||
first_setting = FIRST_SHADERMAN_SETTING;
|
||||
max_settings = MAX_NO_OF_SHADERMAN_SETTINGS;
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
|
||||
float y_increment = POSITION_Y_START;
|
||||
@ -2414,9 +2416,11 @@ static int select_setting(uint8_t menu_type, uint64_t input)
|
||||
case CONTROLS_MENU:
|
||||
selected = FIRST_PATH_SETTING;
|
||||
break;
|
||||
#ifdef HAVE_SHADER_MANAGER
|
||||
case INGAME_MENU_SHADER_MANAGER:
|
||||
selected = FIRST_INGAME_MENU_SETTING;
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user