mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-18 19:25:48 +00:00
@@ -46,10 +46,7 @@ namespace Ryujinx.HLE.HOS.Kernel.Threading
|
||||
|
||||
_currentThread = null;
|
||||
|
||||
if (_srcCoresHighestPrioThreads == null)
|
||||
{
|
||||
_srcCoresHighestPrioThreads = new int[CpuCoresCount];
|
||||
}
|
||||
_srcCoresHighestPrioThreads ??= new int[CpuCoresCount];
|
||||
}
|
||||
|
||||
private static int PreemptionPriorities(int index)
|
||||
|
||||
Reference in New Issue
Block a user