Fix typo and update priority/avoid duplicates on UpdateMutexOwner

This commit is contained in:
gdkchan 2018-05-14 03:09:08 -03:00
parent ee0b14ba08
commit fdfa9424c8
2 changed files with 23 additions and 23 deletions

View file

@ -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;