mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
(Android) Fix APK assets extraction
This commit is contained in:
parent
c8d57e98d2
commit
4f94e2b5d8
@ -245,7 +245,7 @@ static void *menu_init(const void *data)
|
|||||||
menu->push_help_screen = true;
|
menu->push_help_screen = true;
|
||||||
#ifdef HAVE_ZLIB
|
#ifdef HAVE_ZLIB
|
||||||
rarch_task_push_decompress(settings->bundle_assets_src_path, settings->bundle_assets_dst_path,
|
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
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user