mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 10:10:57 +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…
Reference in New Issue
Block a user