mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-12 01:15:39 +00:00
Fix -Wundef warnings due to use of unguarded SDL_AUDIO_DRIVER_PS2
This commit is contained in:
parent
56d163e82a
commit
5aecfa2b7a
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ static const AudioBootStrap *const bootstrap[] = {
|
|||
#ifdef SDL_AUDIO_DRIVER_ANDROID
|
||||
&ANDROIDAUDIO_bootstrap,
|
||||
#endif
|
||||
#if SDL_AUDIO_DRIVER_PS2
|
||||
#ifdef SDL_AUDIO_DRIVER_PS2
|
||||
&PS2AUDIO_bootstrap,
|
||||
#endif
|
||||
#if SDL_AUDIO_DRIVER_PSP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue