mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-05 01:16:26 +00:00
Fixed bug #6537 - AIX: use PAUDIO_WaitDevice
This commit is contained in:
@@ -477,7 +477,7 @@ PAUDIO_Init(SDL_AudioDriverImpl * impl)
|
|||||||
/* Set the function pointers */
|
/* Set the function pointers */
|
||||||
impl->OpenDevice = PAUDIO_OpenDevice;
|
impl->OpenDevice = PAUDIO_OpenDevice;
|
||||||
impl->PlayDevice = PAUDIO_PlayDevice;
|
impl->PlayDevice = PAUDIO_PlayDevice;
|
||||||
impl->PlayDevice = PAUDIO_WaitDevice;
|
impl->WaitDevice = PAUDIO_WaitDevice;
|
||||||
impl->GetDeviceBuf = PAUDIO_GetDeviceBuf;
|
impl->GetDeviceBuf = PAUDIO_GetDeviceBuf;
|
||||||
impl->CloseDevice = PAUDIO_CloseDevice;
|
impl->CloseDevice = PAUDIO_CloseDevice;
|
||||||
impl->OnlyHasDefaultOutputDevice = SDL_TRUE; /* !!! FIXME: add device enum! */
|
impl->OnlyHasDefaultOutputDevice = SDL_TRUE; /* !!! FIXME: add device enum! */
|
||||||
|
Reference in New Issue
Block a user