mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-28 15:39:10 +00:00
WinRT: Wait until audio device activation is complete and PrepDevice during OpenAudio
This commit is contained in:
parent
aa9683bb6f
commit
7f9854b9b2
3 changed files with 43 additions and 34 deletions
|
@ -725,6 +725,12 @@ WASAPI_ThreadDeinit(_THIS)
|
|||
WASAPI_PlatformThreadDeinit(this);
|
||||
}
|
||||
|
||||
void
|
||||
WASAPI_BeginLoopIteration(_THIS)
|
||||
{
|
||||
/* no-op. */
|
||||
}
|
||||
|
||||
static void
|
||||
WASAPI_Deinitialize(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue