Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
396
static bool CPU_IsStateSimple()
397
{
398
bool rsp_halted = !RSP_IsRunning();
399
400
return rsp_halted && (gCPUState.Delay == NO_DELAY);
401
}
402
403
void CPU_SelectCore()
404
{
Callers
1
CPU_SelectCore
Function · 0.85
Calls
1
RSP_IsRunning
Function · 0.85
Tested by
no test coverage detected