mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
Return ret
This commit is contained in:
parent
aa95b721dd
commit
6a5b01df33
@ -333,7 +333,7 @@ static int action_start_load_core(unsigned type, const char *label)
|
||||
|
||||
menu_entries_ctl(MENU_ENTRIES_CTL_SET_REFRESH, &refresh);
|
||||
menu_driver_ctl(RARCH_MENU_CTL_SET_PREVENT_POPULATE, NULL);
|
||||
return 0;
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int action_start_lookup_setting(unsigned type, const char *label)
|
||||
|
Loading…
Reference in New Issue
Block a user