audio: Add *very* early wiiu audio support

This commit is contained in:
Ash
2018-09-29 20:07:22 +10:00
committed by Ash Logan
parent a910c0765a
commit bfb51a0f00
6 changed files with 372 additions and 3 deletions

View File

@@ -136,8 +136,8 @@
/* Wii U joystick driver (src/joystick/wiiu/\*.c) */
#define SDL_JOYSTICK_WIIU 1
/* Enable the stub audio driver (src/audio/dummy/\*.c) */
#define SDL_AUDIO_DRIVER_DUMMY 1
/* Enable the wiiu audio driver (src/audio/wiiu/\*.c) */
#define SDL_AUDIO_DRIVER_WIIU 1
/* Wii U video dirver */
#define SDL_VIDEO_DRIVER_WIIU 1