mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
(Menu) Buildfixes
This commit is contained in:
parent
6c62c297fd
commit
b9dde5320f
@ -190,9 +190,9 @@ bool menu_content_ctl(enum menu_content_ctl_state state, void *data)
|
|||||||
switch (state)
|
switch (state)
|
||||||
{
|
{
|
||||||
case MENU_CONTENT_CTL_FIND_FIRST_CORE:
|
case MENU_CONTENT_CTL_FIND_FIRST_CORE:
|
||||||
return menu_content_find_first_core(data);
|
return menu_content_find_first_core((menu_content_ctx_defer_info_t*)data);
|
||||||
case MENU_CONTENT_CTL_LOAD_PLAYLIST:
|
case MENU_CONTENT_CTL_LOAD_PLAYLIST:
|
||||||
return menu_content_load_from_playlist(data);
|
return menu_content_load_from_playlist((menu_content_ctx_playlist_info_t*)data);
|
||||||
case MENU_CONTENT_CTL_NONE:
|
case MENU_CONTENT_CTL_NONE:
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user