mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 03:10:14 +00:00
Make sure to save the config file after bundle_decompressed
This commit is contained in:
parent
f9ca3c9d87
commit
1f9059f2b5
@ -163,6 +163,7 @@ static void bundle_decompressed(void *task_data,
|
||||
settings->bundle_assets_extract_last_version =
|
||||
settings->bundle_assets_extract_version_current;
|
||||
settings->bundle_finished = true;
|
||||
command_event(CMD_EVENT_MENU_SAVE_CURRENT_CONFIG, NULL);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user