mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 12:39:54 +00:00
Fix menu switch icon correction crash (#14774)
This commit is contained in:
parent
86742b5563
commit
3092fda58b
@ -469,7 +469,8 @@ void menu_entry_get(menu_entry_t *entry, size_t stack_idx,
|
||||
|
||||
/* Inspect core options and set entries with only 2 options as
|
||||
* boolean for accurate graphical switch icons */
|
||||
if (entry->type >= MENU_SETTINGS_CORE_OPTION_START)
|
||||
if ( entry->type >= MENU_SETTINGS_CORE_OPTION_START
|
||||
&& entry->type < MENU_SETTINGS_CHEEVOS_START)
|
||||
{
|
||||
struct core_option *option = NULL;
|
||||
core_option_manager_t *coreopts = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user