mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Add missing cast to node assignment
This commit is contained in:
parent
ec93f315e0
commit
249f2b9eff
@ -1191,7 +1191,7 @@ static void xmb_context_reset(void *data)
|
||||
return;
|
||||
}
|
||||
|
||||
node = info->userdata;
|
||||
node = (xmb_node_t*)info->userdata;
|
||||
|
||||
if (info->systemname)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user