mirror of https://github.com/libsdl-org/SDL.git
AUDIO_U16 support was removed from SDL3
This commit is contained in:
parent
254f03388f
commit
2a03ad2cbf
|
|
@ -343,18 +343,6 @@ QSA_OpenDevice(_THIS, const char *devname)
|
|||
found = 1;
|
||||
}
|
||||
break;
|
||||
case AUDIO_U16LSB:
|
||||
{
|
||||
format = SND_PCM_SFMT_U16_LE;
|
||||
found = 1;
|
||||
}
|
||||
break;
|
||||
case AUDIO_U16MSB:
|
||||
{
|
||||
format = SND_PCM_SFMT_U16_BE;
|
||||
found = 1;
|
||||
}
|
||||
break;
|
||||
case AUDIO_S32LSB:
|
||||
{
|
||||
format = SND_PCM_SFMT_S32_LE;
|
||||
|
|
|
|||
Loading…
Reference in New Issue