1
0
forked from MeloNX/MeloNX

Sleep OpenAL thread (#313)

This commit is contained in:
ReinUsesLisp 2018-08-01 00:48:49 -03:00 committed by gdkchan
parent 10a4270b49
commit 024bd713b7

View File

@ -222,7 +222,8 @@ namespace Ryujinx.Audio.OpenAL
Td.CallReleaseCallbackIfNeeded();
}
Thread.Yield();
//If it's not slept it will waste cycles
Thread.Sleep(10);
}
while (KeepPolling);
}