WinRT: Wait until audio device activation is complete and PrepDevice during OpenAudio

This commit is contained in:
Ethan Lee 2018-09-25 01:45:12 -04:00
parent aa9683bb6f
commit 7f9854b9b2
3 changed files with 43 additions and 34 deletions

View file

@ -405,12 +405,6 @@ WASAPI_PlatformDeleteActivationHandler(void *handler)
SDL_assert(!"This function should have only been called on WinRT.");
}
void
WASAPI_BeginLoopIteration(_THIS)
{
/* no-op. */
}
#endif /* SDL_AUDIO_DRIVER_WASAPI && !defined(__WINRT__) */
/* vi: set ts=4 sw=4 expandtab: */