We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9112adf commit 290d17fCopy full SHA for 290d17f
include/SDL_audio.h
@@ -148,6 +148,11 @@ typedef Uint16 SDL_AudioFormat;
148
149
/* @} *//* Audio flags */
150
151
+/* Wii U Audio Devices */
152
+#define SDL_AUDIO_DEVICE_WIIU_MIRRORED "Wii U Mirrored"
153
+#define SDL_AUDIO_DEVICE_WIIU_TV "Wii U TV"
154
+#define SDL_AUDIO_DEVICE_WIIU_GAMEPAD "Wii U Gamepad"
155
+
156
/**
157
* This function is called when the audio device needs more data.
158
*
0 commit comments