1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-18 13:20:57 +00:00

cheevos_enable should be saved now

This commit is contained in:
twinaphex 2016-07-25 04:52:17 +02:00
parent ea1ace36c4
commit cacf756748

@ -2689,6 +2689,7 @@ bool config_save_file(const char *path)
{ "video_smooth", settings->video.smooth},
{ "video_threaded", settings->video.threaded},
{ "video_shared_context", settings->video.shared_context},
{ "cheevos_enable", settings->cheevos.enable},
{ "custom_bgm_enable", global->console.sound.system_bgm_enable},
{ "auto_screenshot_filename", settings->auto_screenshot_filename},
{ "video_force_srgb_disable", settings->video.force_srgb_disable},