mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Cleanup
This commit is contained in:
parent
86c44e76fa
commit
337a0aac5a
1 changed files with 3 additions and 2 deletions
|
@ -272,10 +272,11 @@ bool libretro_get_system_info(const char *path,
|
|||
if (dummy_info.valid_extensions)
|
||||
info->valid_extensions = strdup(dummy_info.valid_extensions);
|
||||
dylib_close(lib);
|
||||
return true;
|
||||
#else
|
||||
return libretro_get_system_info_static(info, load_no_content);
|
||||
if (!libretro_get_system_info_static(info, load_no_content))
|
||||
return false;
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
||||
#ifdef HAVE_DYNAMIC
|
||||
|
|
Loading…
Add table
Reference in a new issue