mirror of
https://github.com/libretro/RetroArch
synced 2025-03-14 01:19:01 +00:00
Add HAVE_CHEEVOS ifdef
This commit is contained in:
parent
26a858b66c
commit
1114e3960e
@ -6558,6 +6558,7 @@ static bool setting_append_list(
|
||||
|
||||
START_SUB_GROUP(list, list_info, "State", &group_info, &subgroup_info, parent_group);
|
||||
|
||||
#ifdef HAVE_CHEEVOS
|
||||
CONFIG_STRING(
|
||||
list, list_info,
|
||||
settings->cheevos.username,
|
||||
@ -6585,6 +6586,7 @@ static bool setting_append_list(
|
||||
general_write_handler,
|
||||
general_read_handler);
|
||||
settings_data_list_current_add_flags(list, list_info, SD_FLAG_ALLOW_INPUT);
|
||||
#endif
|
||||
|
||||
END_SUB_GROUP(list, list_info, parent_group);
|
||||
END_GROUP(list, list_info, parent_group);
|
||||
|
Loading…
x
Reference in New Issue
Block a user