mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
CXX_BUILD buildfix
This commit is contained in:
parent
47dc7e3db8
commit
903668aecf
@ -5912,7 +5912,7 @@ static int action_ok_push_dropdown_item_manual_content_scan_system_name(const ch
|
||||
{
|
||||
case MANUAL_CONTENT_SCAN_SYSTEM_NAME_CONTENT_DIR:
|
||||
case MANUAL_CONTENT_SCAN_SYSTEM_NAME_CUSTOM:
|
||||
system_name_type = idx;
|
||||
system_name_type = (enum manual_content_scan_system_name_type)idx;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user