mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-06 09:56:26 +00:00
windows: SDL_IMMDevice needed more deinit code from the Win32 path.
Fixes #5919
This commit is contained in:
@@ -68,8 +68,6 @@ WASAPI_PlatformInit(void)
|
||||
void
|
||||
WASAPI_PlatformDeinit(void)
|
||||
{
|
||||
SDL_IMMDevice_Quit();
|
||||
|
||||
if (libavrt) {
|
||||
FreeLibrary(libavrt);
|
||||
libavrt = NULL;
|
||||
@@ -78,7 +76,7 @@ WASAPI_PlatformDeinit(void)
|
||||
pAvSetMmThreadCharacteristicsW = NULL;
|
||||
pAvRevertMmThreadCharacteristics = NULL;
|
||||
|
||||
WIN_CoUninitialize();
|
||||
SDL_IMMDevice_Quit();
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user