mirror of
https://github.com/libretro/RetroArch
synced 2025-02-11 15:40:28 +00:00
general_push - add exception to populating setting
This commit is contained in:
parent
dd2d9d2f22
commit
92e0403aeb
@ -432,7 +432,8 @@ static int general_push(menu_displaylist_info_t *info,
|
|||||||
}
|
}
|
||||||
|
|
||||||
info->type_default = FILE_TYPE_PLAIN;
|
info->type_default = FILE_TYPE_PLAIN;
|
||||||
info->setting = menu_setting_find_enum(info->enum_idx);
|
if (id != PUSH_DETECT_CORE_LIST)
|
||||||
|
info->setting = menu_setting_find_enum(info->enum_idx);
|
||||||
newstring2[0] = '\0';
|
newstring2[0] = '\0';
|
||||||
|
|
||||||
switch (id)
|
switch (id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user