Cleanup
This commit is contained in:
parent
86c44e76fa
commit
337a0aac5a
|
@ -272,10 +272,11 @@ bool libretro_get_system_info(const char *path,
|
||||||
if (dummy_info.valid_extensions)
|
if (dummy_info.valid_extensions)
|
||||||
info->valid_extensions = strdup(dummy_info.valid_extensions);
|
info->valid_extensions = strdup(dummy_info.valid_extensions);
|
||||||
dylib_close(lib);
|
dylib_close(lib);
|
||||||
return true;
|
|
||||||
#else
|
#else
|
||||||
return libretro_get_system_info_static(info, load_no_content);
|
if (!libretro_get_system_info_static(info, load_no_content))
|
||||||
|
return false;
|
||||||
#endif
|
#endif
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_DYNAMIC
|
#ifdef HAVE_DYNAMIC
|
||||||
|
|
Loading…
Reference in New Issue