mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Put this around an ifdef
This commit is contained in:
parent
6d81d31ef5
commit
81ce02cf74
@ -7872,6 +7872,7 @@ static bool setting_append_list(
|
||||
SD_FLAG_NONE);
|
||||
}
|
||||
|
||||
#ifdef HAVE_DISCORD
|
||||
CONFIG_BOOL(
|
||||
list, list_info,
|
||||
&settings->bools.discord_enable,
|
||||
@ -7886,6 +7887,7 @@ static bool setting_append_list(
|
||||
general_write_handler,
|
||||
general_read_handler,
|
||||
SD_FLAG_NONE);
|
||||
#endif
|
||||
|
||||
if (string_is_not_equal(settings->arrays.location_driver, "null"))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user