mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-08-28 17:41:38 +00:00
SDL API renaming: internal functions
This commit is contained in:
@@ -54,7 +54,7 @@ static int ANDROIDAUDIO_OpenDevice(_THIS, const char *devname)
|
||||
return SDL_OutOfMemory();
|
||||
}
|
||||
|
||||
for (test_format = SDL_FirstAudioFormat(this->spec.format); test_format; test_format = SDL_NextAudioFormat()) {
|
||||
for (test_format = SDL_GetFirstAudioFormat(this->spec.format); test_format; test_format = SDL_GetNextAudioFormat()) {
|
||||
if ((test_format == AUDIO_U8) ||
|
||||
(test_format == AUDIO_S16) ||
|
||||
(test_format == AUDIO_F32)) {
|
||||
|
||||
Reference in New Issue
Block a user