Sleep OpenAL thread

This commit is contained in:
ReinUsesLisp 2018-07-29 01:48:33 -03:00
parent ce96a45685
commit b7600f7969

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);
}