aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/OsHle/Kernel/SvcThread.cs
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2018-05-14 03:09:08 -0300
committergdkchan <gab.dark.100@gmail.com>2018-05-14 03:09:08 -0300
commitfdfa9424c8fb05821a39965d88b3dbcc402fb57b (patch)
tree01d98f65ff68a2b0c084d0b8f97bddab3400a0ff /Ryujinx.Core/OsHle/Kernel/SvcThread.cs
parentee0b14ba0811a76a306c1546be90de128a17f5cc (diff)
Fix typo and update priority/avoid duplicates on UpdateMutexOwner
Diffstat (limited to 'Ryujinx.Core/OsHle/Kernel/SvcThread.cs')
-rw-r--r--Ryujinx.Core/OsHle/Kernel/SvcThread.cs2
1 files changed, 1 insertions, 1 deletions
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;