openslES: Patched to compile.

(whoops.)

(cherry picked from commit 7323104f97)
This commit is contained in:
Ryan C. Gordon
2025-09-01 11:10:02 -04:00
parent f6de8877ec
commit 67f89d0a2b

View File

@@ -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) {