(Android) Fix APK assets extraction

This commit is contained in:
twinaphex 2016-01-29 09:42:15 +01:00
parent c8d57e98d2
commit 4f94e2b5d8

View File

@ -245,7 +245,7 @@ static void *menu_init(const void *data)
menu->push_help_screen = true;
#ifdef HAVE_ZLIB
rarch_task_push_decompress(settings->bundle_assets_src_path, settings->bundle_assets_dst_path,
settings->bundle_assets_dst_path_subdir, NULL, NULL, bundle_decompressed, NULL);
NULL, settings->bundle_assets_dst_path_subdir, NULL, bundle_decompressed, NULL);
#endif
}