This commit is contained in:
ctult 2015-12-23 13:48:29 -07:00
parent e78432b6cf
commit 0ff9efc0e3

View File

@ -609,8 +609,8 @@ void *menu_init(const void *data)
{
menu->help_screen_type = MENU_HELP_EXTRACT;
menu->push_help_screen = true;
//rarch_task_push_decompress(settings->bundle_assets_src_path, settings->bundle_assets_dst_path,
// settings->bundle_assets_dst_path_subdir, NULL, bundle_decompressed, NULL);
rarch_task_push_decompress(settings->bundle_assets_src_path, settings->bundle_assets_dst_path,
settings->bundle_assets_dst_path_subdir, NULL, bundle_decompressed, NULL);
}
menu_shader_manager_init(menu);