mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
read_content - Not sure why Timo S Trunks did this. If need_fullpath is true
and the file passed is a 7z/zip archive, pass it straight-as is
This commit is contained in:
parent
33168a627e
commit
6965774c69
@ -392,6 +392,7 @@ static bool load_content(const struct retro_subsystem_info *special,
|
|||||||
RARCH_LOG("Content loading skipped. Implementation will"
|
RARCH_LOG("Content loading skipped. Implementation will"
|
||||||
" load it on its own.\n");
|
" load it on its own.\n");
|
||||||
|
|
||||||
|
#if 0
|
||||||
#ifdef HAVE_COMPRESSION
|
#ifdef HAVE_COMPRESSION
|
||||||
if (need_fullpath && path_contains_compressed_file(path))
|
if (need_fullpath && path_contains_compressed_file(path))
|
||||||
{
|
{
|
||||||
@ -432,6 +433,7 @@ static bool load_content(const struct retro_subsystem_info *special,
|
|||||||
string_list_append(g_extern.temporary_content,
|
string_list_append(g_extern.temporary_content,
|
||||||
new_path, attributes);
|
new_path, attributes);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user