Fix error
This commit is contained in:
parent
dd30dd84c3
commit
25187a52fb
|
@ -508,8 +508,6 @@ static bool load_content(const struct retro_subsystem_info *special,
|
||||||
if (!load_content_need_fullpath(&info[i], i,
|
if (!load_content_need_fullpath(&info[i], i,
|
||||||
additional_path_allocs, need_fullpath, path))
|
additional_path_allocs, need_fullpath, path))
|
||||||
goto end;
|
goto end;
|
||||||
#else
|
|
||||||
return true;
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue