mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
fix Core Information not appearing after 73f2710
This commit is contained in:
parent
32d1769968
commit
9f60a6d17c
@ -679,6 +679,9 @@ bool core_info_load(core_info_ctx_find_t *info)
|
||||
if (!info)
|
||||
return false;
|
||||
|
||||
if (!core_info_current)
|
||||
core_info_init_current_core();
|
||||
|
||||
core_info_get_current_core(&core_info);
|
||||
|
||||
if (!core_info_curr_list)
|
||||
|
Loading…
x
Reference in New Issue
Block a user