mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-30 16:37:39 +00:00
AUDIO_U16 support was removed from SDL3
This commit is contained in:
parent
254f03388f
commit
2a03ad2cbf
1 changed files with 0 additions and 12 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue