MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / Dynamo_SelectCore

Function Dynamo_SelectCore

Source/Core/Dynamo.cpp:577–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577void Dynamo_SelectCore()
578{
579 bool trace_enabled = gTraceRecorder.IsTraceActive();
580
581 if (trace_enabled)
582 {
583 g_pCPUCore = CPU_Go< true, true >;
584 }
585 else
586 {
587 g_pCPUCore = CPU_Go< true, false >;
588 }
589}
590
591#else
592

Callers 1

CPU_SelectCoreFunction · 0.85

Calls 1

IsTraceActiveMethod · 0.80

Tested by

no test coverage detected