mirror of
https://github.com/yawut/SDL.git
synced 2026-06-16 13:39:35 -05:00
*** empty log message ***
This commit is contained in:
parent
32ee00ef9d
commit
aecc79b780
|
|
@ -40,7 +40,7 @@
|
|||
#include "../SDL_audiomem.h"
|
||||
#include "../SDL_audio_c.h"
|
||||
#include "../SDL_audiodev_c.h"
|
||||
#include "SDL_openbsdaudio.h"
|
||||
#include "SDL_bsdaudio.h"
|
||||
|
||||
/* The tag name used by NetBSD/OpenBSD audio */
|
||||
#ifdef __NetBSD__
|
||||
|
|
@ -133,8 +133,8 @@ static SDL_AudioDevice
|
|||
return this;
|
||||
}
|
||||
|
||||
AudioBootStrap OPENBSD_AUDIO_bootstrap = {
|
||||
BSD_DRIVER_NAME, BSD_AUDIO_DRIVER_DESC,
|
||||
AudioBootStrap BSD_AUDIO_bootstrap = {
|
||||
BSD_AUDIO_DRIVER_NAME, BSD_AUDIO_DRIVER_DESC,
|
||||
Audio_Available, Audio_CreateDevice
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user