diff --git a/Ryujinx.Profiler/InternalProfile.cs b/Ryujinx.Profiler/InternalProfile.cs index e87350f643..a0d363ea86 100644 --- a/Ryujinx.Profiler/InternalProfile.cs +++ b/Ryujinx.Profiler/InternalProfile.cs @@ -68,7 +68,7 @@ namespace Ryujinx.Profiler } // No need to run too often - Thread.Sleep(50); + Thread.Sleep(5); } }