mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Fix #15459 - add HAVE_STDIN_CMD to macos
This commit is contained in:
parent
bf0de45ec4
commit
e943ea71e7
@ -4518,7 +4518,6 @@ void input_overlay_check_mouse_cursor(void)
|
||||
static void input_overlay_loaded(retro_task_t *task,
|
||||
void *task_data, void *user_data, const char *err)
|
||||
{
|
||||
size_t i;
|
||||
settings_t *settings = config_get_ptr();
|
||||
overlay_task_data_t *data = (overlay_task_data_t*)task_data;
|
||||
input_overlay_t *ol = NULL;
|
||||
|
@ -77,6 +77,7 @@ OTHER_CFLAGS = $(inherited) -DHAVE_SPIRV_CROSS
|
||||
OTHER_CFLAGS = $(inherited) -DHAVE_SSL
|
||||
OTHER_CFLAGS = $(inherited) -DHAVE_STB_FONT
|
||||
OTHER_CFLAGS = $(inherited) -DHAVE_STB_VORBIS
|
||||
OTHER_CFLAGS = $(inherited) -DHAVE_STDIN_CMD
|
||||
OTHER_CFLAGS = $(inherited) -DHAVE_THREADS
|
||||
OTHER_CFLAGS = $(inherited) -DHAVE_TRANSLATE
|
||||
OTHER_CFLAGS = $(inherited) -DHAVE_UPDATE_ASSETS
|
||||
|
Loading…
x
Reference in New Issue
Block a user