Fix typo and update priority/avoid duplicates on UpdateMutexOwner
This commit is contained in:
parent
ee0b14ba08
commit
fdfa9424c8
2 changed files with 23 additions and 23 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue