From fdfa9424c8fb05821a39965d88b3dbcc402fb57b Mon Sep 17 00:00:00 2001 From: gdkchan Date: Mon, 14 May 2018 03:09:08 -0300 Subject: Fix typo and update priority/avoid duplicates on UpdateMutexOwner --- Ryujinx.Core/OsHle/Kernel/SvcThread.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ryujinx.Core/OsHle/Kernel/SvcThread.cs') diff --git a/Ryujinx.Core/OsHle/Kernel/SvcThread.cs b/Ryujinx.Core/OsHle/Kernel/SvcThread.cs index 597e42a6..f0f3d95b 100644 --- a/Ryujinx.Core/OsHle/Kernel/SvcThread.cs +++ b/Ryujinx.Core/OsHle/Kernel/SvcThread.cs @@ -155,7 +155,7 @@ namespace Ryujinx.Core.OsHle.Kernel if (IdealCore == -2) { - //TODO: Get this valcdue from the NPDM file. + //TODO: Get this value from the NPDM file. IdealCore = 0; CoreMask = 1 << IdealCore; -- cgit v1.2.3