diff --git a/content.c b/content.c index 89b2cb763a..87343148a8 100644 --- a/content.c +++ b/content.c @@ -485,6 +485,7 @@ static int content_zip_file_decompressed( if (buf) { + RARCH_LOG("Extracting file : %s\n", st->opt_file); memcpy(buf, handle.data, size); if (!retro_write_file(st->opt_file, buf, size)) goto_error = true;