Fix formatting issues hopefully

This commit is contained in:
sunshineinabox 2023-08-01 18:07:22 -07:00
parent 9cc7c13d15
commit f9de553621
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -139,4 +139,4 @@ namespace Ryujinx.Common.SystemInfo
return null; return null;
} }
} }
} }