From 0d3c30978d18d9ea0c68a2040d4319e19dc39224 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 16 Feb 2016 05:42:45 +0100 Subject: [PATCH] Add log --- content.c | 1 + 1 file changed, 1 insertion(+) 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;