mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 18:50:47 -07:00
Sleep OpenAL thread (#313)
This commit is contained in:
@ -222,7 +222,8 @@ namespace Ryujinx.Audio.OpenAL
|
|||||||
Td.CallReleaseCallbackIfNeeded();
|
Td.CallReleaseCallbackIfNeeded();
|
||||||
}
|
}
|
||||||
|
|
||||||
Thread.Yield();
|
//If it's not slept it will waste cycles
|
||||||
|
Thread.Sleep(10);
|
||||||
}
|
}
|
||||||
while (KeepPolling);
|
while (KeepPolling);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user