Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaedalusX64/daedalus
/ ClearStuffToDo
Method
ClearStuffToDo
Source/Core/CPU.cpp:276–280 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
274
}
275
276
void SCPUState::ClearStuffToDo()
277
{
278
StuffToDo = 0;
279
Dynarec_ClearedCPUStuffToDo();
280
}
281
282
void SCPUState::AddJob( u32 job )
283
{
Callers
1
CPU_RomOpen
Function · 0.80
Calls
1
Dynarec_ClearedCPUStuffToDo
Function · 0.50
Tested by
no test coverage detected