mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-20 01:43:37 +00:00
(iOS) Add HAVE_COREAUDIO include into Griffin
This commit is contained in:
parent
15215c47f1
commit
d561db5186
@ -98,6 +98,8 @@ VIDEO CONTEXT
|
||||
#include "../gfx/context/androidegl_ctx.c"
|
||||
#elif defined(__BLACKBERRY_QNX__)
|
||||
#include "../gfx/context/bbqnx_ctx.c"
|
||||
#elif defined(IOS)
|
||||
#include "../gfx/context/ioseagl_ctx.c"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
@ -311,6 +313,10 @@ AUDIO
|
||||
#include "../audio/openal.c"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_COREAUDIO
|
||||
#include "../audio/coreaudio.c"
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_NULLAUDIO)
|
||||
#include "../audio/null.c"
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user