mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-13 06:09:11 +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>>();
|
_oldFuncs = new ConcurrentQueue<KeyValuePair<ulong, TranslatedFunction>>();
|
||||||
|
|
||||||
_ptc = new Ptc();
|
_ptc = new Ptc();
|
||||||
|
|
||||||
_physicalCoreCount = SystemInfo.GetPhysicalCoreCount();
|
_physicalCoreCount = SystemInfo.GetPhysicalCoreCount();
|
||||||
|
|
||||||
Queue = new TranslatorQueue();
|
Queue = new TranslatorQueue();
|
||||||
|
@ -122,7 +122,7 @@ namespace ARMeilleure.Translation
|
||||||
_ptc.Profiler.Start();
|
_ptc.Profiler.Start();
|
||||||
|
|
||||||
_ptc.Disable();
|
_ptc.Disable();
|
||||||
|
|
||||||
|
|
||||||
// Simple heuristic, should be user configurable in future. (1 for 4 core/ht or less, 2 for 6 core + ht
|
// 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
|
// 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;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue