mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(menu_displaylist) Silence two CXX_BUILD warnings
This commit is contained in:
parent
ca6d35585f
commit
ec1aef2e2c
@ -4918,7 +4918,7 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type,
|
|||||||
menu_entries_append_enum(info->list,
|
menu_entries_append_enum(info->list,
|
||||||
drive_string,
|
drive_string,
|
||||||
drive,
|
drive,
|
||||||
0,
|
MSG_UNKNOWN,
|
||||||
MENU_SET_CDROM_LIST,
|
MENU_SET_CDROM_LIST,
|
||||||
0, i);
|
0, i);
|
||||||
}
|
}
|
||||||
@ -4960,7 +4960,7 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type,
|
|||||||
menu_entries_append_enum(info->list,
|
menu_entries_append_enum(info->list,
|
||||||
drive_string,
|
drive_string,
|
||||||
drive,
|
drive,
|
||||||
0,
|
MSG_UNKNOWN,
|
||||||
MENU_SET_LOAD_CDROM_LIST,
|
MENU_SET_LOAD_CDROM_LIST,
|
||||||
0, i);
|
0, i);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user