mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-07 11:58:12 +00:00
AUDIO_U16 support was removed from SDL3
This commit is contained in:

committed by
Ryan C. Gordon

parent
254f03388f
commit
2a03ad2cbf
@@ -343,18 +343,6 @@ QSA_OpenDevice(_THIS, const char *devname)
|
|||||||
found = 1;
|
found = 1;
|
||||||
}
|
}
|
||||||
break;
|
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:
|
case AUDIO_S32LSB:
|
||||||
{
|
{
|
||||||
format = SND_PCM_SFMT_S32_LE;
|
format = SND_PCM_SFMT_S32_LE;
|
||||||
|
Reference in New Issue
Block a user