mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(XUI) More build fixes
This commit is contained in:
parent
88b86af892
commit
82c776c00c
@ -688,6 +688,7 @@ static int rmenu_xui_environ(menu_environ_cb_t type, void *data)
|
||||
{
|
||||
switch (type)
|
||||
{
|
||||
case 0:
|
||||
default:
|
||||
return -1;
|
||||
}
|
||||
@ -725,6 +726,8 @@ menu_ctx_driver_t menu_ctx_rmenu_xui = {
|
||||
NULL,
|
||||
rmenu_xui_list_set_selection,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
"rmenu_xui",
|
||||
rmenu_xui_environ,
|
||||
NULL,
|
||||
|
Loading…
x
Reference in New Issue
Block a user