Sleep OpenAL thread (#313)
This commit is contained in:
parent
ce96a45685
commit
b92189cb71
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user