mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 10:20:57 +00:00
Check if block_extract is false
This commit is contained in:
parent
6965774c69
commit
ae77642e94
@ -392,8 +392,9 @@ 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 (!g_extern.system.info.block_extract)
|
||||||
|
{
|
||||||
if (need_fullpath && path_contains_compressed_file(path))
|
if (need_fullpath && path_contains_compressed_file(path))
|
||||||
{
|
{
|
||||||
char new_path[PATH_MAX], new_basedir[PATH_MAX];
|
char new_path[PATH_MAX], new_basedir[PATH_MAX];
|
||||||
@ -433,7 +434,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