mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
Set extract_version_current instead of extract_version_last
This commit is contained in:
parent
54f46f4ee3
commit
eeb7a33e7b
@ -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);
|
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_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));
|
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
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user