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

Function CPU_IsStateSimple

Source/Core/CPU.cpp:396–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394
395
396static bool CPU_IsStateSimple()
397{
398 bool rsp_halted = !RSP_IsRunning();
399
400 return rsp_halted && (gCPUState.Delay == NO_DELAY);
401}
402
403void CPU_SelectCore()
404{

Callers 1

CPU_SelectCoreFunction · 0.85

Calls 1

RSP_IsRunningFunction · 0.85

Tested by

no test coverage detected