mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 19:20:24 +00:00
(task_content.c) Cleanup
This commit is contained in:
parent
9dab728067
commit
54a569a085
@ -432,12 +432,9 @@ static bool content_file_init_extract(
|
|||||||
if (block_extract)
|
if (block_extract)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (!contains_compressed)
|
/* just use the first file in the archive */
|
||||||
{
|
if (!contains_compressed && !path_is_compressed_file(path))
|
||||||
/* just use the first file in the archive */
|
continue;
|
||||||
if (!path_is_compressed_file(path))
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
temp_content[0] = new_path[0] = '\0';
|
temp_content[0] = new_path[0] = '\0';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user