mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
menu_context.c - make C++ compatible
This commit is contained in:
parent
68ea997b83
commit
4271a4c15b
@ -55,7 +55,7 @@ bool menu_ctx_init_first(const menu_ctx_driver_t **driver, rgui_handle_t **handl
|
||||
if (h)
|
||||
{
|
||||
*driver = menu_ctx_drivers[i];
|
||||
*handle = h;
|
||||
*handle = (rgui_handle_t*)h;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user