mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Fix cheevos boolean settings not being read
This commit is contained in:
parent
5ee8e25d70
commit
568021192c
@ -1364,7 +1364,7 @@ static bool config_load_file(const char *path, bool set_defaults)
|
||||
{ "video_force_srgb_enable", &settings->video.force_srgb_disable},
|
||||
{ "core_set_supports_no_game_enable", &settings->set_supports_no_game_enable},
|
||||
{ "video_shared_context", &settings->video.shared_context},
|
||||
#ifdef CHEEVOS
|
||||
#ifdef HAVE_CHEEVOS
|
||||
{ "cheevos_enable", &settings->cheevos.enable},
|
||||
{ "cheevos_test_unofficial", &settings->cheevos.test_unofficial},
|
||||
{ "cheevos_hardcore_mode_enable", &settings->cheevos.hardcore_mode_enable},
|
||||
|
Loading…
x
Reference in New Issue
Block a user