This commit is contained in:
twinaphex 2020-09-03 00:38:19 +02:00
parent ad72cac40d
commit e2bd3d75bc

View File

@ -1243,7 +1243,7 @@ static bool content_file_init(
else if (!special)
{
*error_string = strdup(msg_hash_to_str(MSG_ERROR_LIBRETRO_CORE_REQUIRES_CONTENT));
ret = false;
return false;
}
return ret;