From eeb7a33e7b8533076e1b05c58af70704df74b801 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 10 Jan 2016 09:48:27 +0100 Subject: [PATCH] Set extract_version_current instead of extract_version_last --- frontend/drivers/platform_darwin.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/drivers/platform_darwin.m b/frontend/drivers/platform_darwin.m index c1538de0f9..ed8679e6cf 100644 --- a/frontend/drivers/platform_darwin.m +++ b/frontend/drivers/platform_darwin.m @@ -393,7 +393,7 @@ static void frontend_darwin_get_environment_settings(int *argc, char *argv[], RARCH_LOG("Assets ZIP found at [%s], setting up bundle assets extraction...\n", bundle_path_buf); strlcpy(settings->bundle_assets_src_path, assets_zip_path, sizeof(settings->bundle_assets_src_path)); strlcpy(settings->bundle_assets_dst_path, home_dir_buf, sizeof(settings->bundle_assets_dst_path)); - settings->bundle_assets_extract_last_version = 130; /* TODO/FIXME: Just hardcode this for now */ + settings->bundle_assets_extract_version_current = 130; /* TODO/FIXME: Just hardcode this for now */ } #endif #endif