mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
openslES: Patched to compile.
(whoops.)
This commit is contained in:
parent
0b2a003a35
commit
7323104f97
1 changed files with 4 additions and 0 deletions
|
|
@ -438,6 +438,10 @@ static bool OPENSLES_CreatePCMPlayer(SDL_AudioDevice *device)
|
|||
case SDL_AUDIO_S16LE:
|
||||
case SDL_AUDIO_F32:
|
||||
break;
|
||||
default:
|
||||
continue;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
if (!test_format) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue