ReinUsesLisp пре 7 година
родитељ
комит
b92189cb71
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      Ryujinx.Audio/OpenAL/OpenALAudioOut.cs

+ 2 - 1
Ryujinx.Audio/OpenAL/OpenALAudioOut.cs

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