This commit is contained in:
twinaphex 2016-02-16 05:42:45 +01:00
parent 46cc21029b
commit 0d3c30978d

View File

@ -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;