mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-05 19:16:09 +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;
|
||||
#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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user