Added ResampleFrame_SSE

This commit is contained in:
Brick
2023-08-24 19:00:17 +01:00
committed by Ryan C. Gordon
parent 958b3cfaea
commit 5b696996cd
4 changed files with 119 additions and 29 deletions

View File

@@ -493,6 +493,7 @@ int SDL_InitAudio(const char *driver_name)
}
SDL_ChooseAudioConverters();
SDL_SetupAudioResampler();
SDL_RWLock *device_list_lock = SDL_CreateRWLock(); // create this early, so if it fails we don't have to tear down the whole audio subsystem.
if (!device_list_lock) {