Add Settings -> Retro Achievements -> Enable

This commit is contained in:
twinaphex 2015-10-18 19:21:57 +02:00
parent 659893e014
commit ea6b883f2d

View File

@ -5596,6 +5596,24 @@ static bool setting_append_list_cheevos_options(
parent_group);
START_SUB_GROUP(list, list_info, "State", group_info.name, subgroup_info, parent_group);
CONFIG_BOOL(
settings->cheevos.enable,
#if 0
menu_hash_to_str(MENU_LABEL_CHEEVOS_ENABLE),
menu_hash_to_str(MENU_LABEL_VALUE_CHEEVOS_ENABLE),
#else
"cheevos_enable",
"Enable",
#endif
false,
menu_hash_to_str(MENU_VALUE_OFF),
menu_hash_to_str(MENU_VALUE_ON),
group_info.name,
subgroup_info.name,
parent_group,
general_write_handler,
general_read_handler);
CONFIG_BOOL(
settings->cheevos.test_unofficial,
#if 0