mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 21:36:26 +00:00
return true here
This commit is contained in:
parent
dd0136e2d5
commit
8c910b73dc
@ -676,7 +676,7 @@ bool menu_driver_ctl(enum rarch_menu_ctl_state state, void *data)
|
||||
return false;
|
||||
}
|
||||
}
|
||||
break;
|
||||
return true;
|
||||
case RARCH_MENU_CTL_LOAD_NO_CONTENT_GET:
|
||||
{
|
||||
bool **ptr = (bool**)data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user