Fix error

This commit is contained in:
twinaphex 2016-01-19 00:42:21 +01:00
parent dd30dd84c3
commit 25187a52fb

View File

@ -508,8 +508,6 @@ static bool load_content(const struct retro_subsystem_info *special,
if (!load_content_need_fullpath(&info[i], i,
additional_path_allocs, need_fullpath, path))
goto end;
#else
return true;
#endif
}
}