diff options
Diffstat (limited to 'Ryujinx.Core/OsHle/Kernel/SvcThread.cs')
| -rw-r--r-- | Ryujinx.Core/OsHle/Kernel/SvcThread.cs | 2 |
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; |
