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

Function CPU_SetVideoInterruptEventCount

Source/Core/CPU.cpp:264–274  ·  view source on GitHub ↗

XXXX This is for savestate. Looks very suspicious to me

Source from the content-addressed store, hash-verified

262
263// XXXX This is for savestate. Looks very suspicious to me
264void CPU_SetVideoInterruptEventCount( u32 count )
265{
266 for( u32 i {}; i < gCPUState.NumEvents; ++i )
267 {
268 if(gCPUState.Events[ i ].mEventType == CPU_EVENT_VBL)
269 {
270 gCPUState.Events[ i ].mCount = count;
271 return;
272 }
273 }
274}
275
276void SCPUState::ClearStuffToDo()
277{

Callers 1

SaveState_LoadFromFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected