mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 00:59:51 -06:00
Fix typo and update priority/avoid duplicates on UpdateMutexOwner
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user