mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
Take out RARCH_CONSOLE ifdefs
This commit is contained in:
parent
2c6cf33dec
commit
4ad23c927a
@ -4594,7 +4594,7 @@ static bool setting_append_list(
|
||||
&subgroup_info,
|
||||
parent_group);
|
||||
|
||||
#if defined(HAVE_THREADS) && !defined(RARCH_CONSOLE)
|
||||
#if defined(HAVE_THREADS)
|
||||
CONFIG_BOOL(
|
||||
list, list_info,
|
||||
&settings->video.threaded,
|
||||
@ -5454,7 +5454,6 @@ static bool setting_append_list(
|
||||
&subgroup_info,
|
||||
parent_group);
|
||||
|
||||
#ifndef RARCH_CONSOLE
|
||||
CONFIG_BOOL(
|
||||
list, list_info,
|
||||
&settings->video.font_enable,
|
||||
@ -5468,7 +5467,6 @@ static bool setting_append_list(
|
||||
parent_group,
|
||||
general_write_handler,
|
||||
general_read_handler);
|
||||
#endif
|
||||
|
||||
CONFIG_PATH(
|
||||
list, list_info,
|
||||
|
Loading…
x
Reference in New Issue
Block a user