mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-12 21:59:12 +00:00
Fix formatting issues hopefully
This commit is contained in:
parent
9cc7c13d15
commit
f9de553621
2 changed files with 3 additions and 3 deletions
|
@ -71,7 +71,7 @@ namespace ARMeilleure.Translation
|
|||
_oldFuncs = new ConcurrentQueue<KeyValuePair<ulong, TranslatedFunction>>();
|
||||
|
||||
_ptc = new Ptc();
|
||||
|
||||
|
||||
_physicalCoreCount = SystemInfo.GetPhysicalCoreCount();
|
||||
|
||||
Queue = new TranslatorQueue();
|
||||
|
@ -122,7 +122,7 @@ namespace ARMeilleure.Translation
|
|||
_ptc.Profiler.Start();
|
||||
|
||||
_ptc.Disable();
|
||||
|
||||
|
||||
|
||||
// Simple heuristic, should be user configurable in future. (1 for 4 core/ht or less, 2 for 6 core + ht
|
||||
// etc). All threads are normal priority except from the last, which just fills as much of the last core
|
||||
|
|
|
@ -139,4 +139,4 @@ namespace Ryujinx.Common.SystemInfo
|
|||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue