From 93e7039f713da059d395c0e70d46b6a647e30961 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 25 Jul 2016 06:38:41 +0200 Subject: [PATCH] Save more settings --- configuration.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.c b/configuration.c index 7e1c84380a..f5245990ea 100644 --- a/configuration.c +++ b/configuration.c @@ -2689,7 +2689,11 @@ bool config_save_file(const char *path) { "video_smooth", settings->video.smooth}, { "video_threaded", settings->video.threaded}, { "video_shared_context", settings->video.shared_context}, +#ifdef HAVE_CHEEVOS { "cheevos_enable", settings->cheevos.enable}, + { "cheevos_test_unofficial", settings->cheevos.test_unofficial}, + { "cheevos_hardcore_mode_enable", settings->cheevos.hardcore_mode_enable}, +#endif { "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},