audio: Renamed new API SDL_UnpauseAudioDevice to SDL_ResumeAudioDevice.

This commit is contained in:
Ryan C. Gordon
2023-08-05 19:20:14 -04:00
parent 2b0c0f5b6b
commit e7d56dd0b2
9 changed files with 15 additions and 15 deletions

View File

@@ -884,7 +884,7 @@ SDL3_0.0.0 {
SDL_GetSilenceValueForFormat;
SDL_LoadWAV;
SDL_PauseAudioDevice;
SDL_UnpauseAudioDevice;
SDL_ResumeAudioDevice;
SDL_IsAudioDevicePaused;
SDL_GetAudioStreamBinding;
SDL_ShowWindowSystemMenu;