mirror of
https://github.com/libretro/RetroArch
synced 2025-03-24 22:43:41 +00:00
change an #ifdef to HAVE_SDL
This commit is contained in:
parent
4cc3f7aaab
commit
eca7a59dd1
2
driver.c
2
driver.c
@ -45,7 +45,7 @@ static const audio_driver_t *audio_drivers[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const video_driver_t *video_drivers[] = {
|
static const video_driver_t *video_drivers[] = {
|
||||||
#ifdef HAVE_GLFW
|
#ifdef HAVE_SDL
|
||||||
&video_gl,
|
&video_gl,
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user