Update SDL_qsa_audio.c
Fix qnx platform compile error, change SDL_Bool to SDL_bool.main
parent
c0eada2019
commit
4aad594a8b
|
@ -260,7 +260,7 @@ static int
|
|||
QSA_OpenDevice(_THIS, const char *devname)
|
||||
{
|
||||
const QSA_Device *device = (const QSA_Device *) this->handle;
|
||||
SDL_Bool iscapture = this->iscapture;
|
||||
SDL_bool iscapture = this->iscapture;
|
||||
int status = 0;
|
||||
int format = 0;
|
||||
SDL_AudioFormat test_format;
|
||||
|
|
Loading…
Reference in New Issue