mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +00:00
Add more SDL source files to griffin
This commit is contained in:
parent
7ee6b9f466
commit
077a9a7beb
@ -155,6 +155,7 @@ VIDEO CONTEXT
|
||||
#include "../gfx/drivers_context/cgl_ctx.c"
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(HAVE_VIVANTE_FBDEV)
|
||||
#include "../gfx/drivers_context/vivante_fbdev_ctx.c"
|
||||
#endif
|
||||
@ -275,6 +276,10 @@ VIDEO DRIVER
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SDL2
|
||||
#include "../gfx/drivers/sdl2_gfx.c"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_VG
|
||||
#include "../gfx/drivers/vg.c"
|
||||
#endif
|
||||
@ -598,6 +603,10 @@ AUDIO
|
||||
#include "../audio/drivers/ctr_dsp_audio.c"
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_SDL2)
|
||||
#include "../audio/drivers/sdl_audio.c"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_DSOUND
|
||||
#include "../audio/drivers/dsound.c"
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user