This commit is contained in:
twinaphex 2016-09-12 20:40:07 +02:00
parent 86c44e76fa
commit 337a0aac5a

View File

@ -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