MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / cpuSetNextEventDelta

Function cpuSetNextEventDelta

pcsx2/R5900.cpp:205–208  ·  view source on GitHub ↗

sets a branch to occur some time from the current cycle

Source from the content-addressed store, hash-verified

203
204// sets a branch to occur some time from the current cycle
205__fi void cpuSetNextEventDelta( s32 delta )
206{
207 cpuSetNextEvent( cpuRegs.cycle, delta );
208}
209
210__fi int cpuGetCycles(int interrupt)
211{

Callers 10

_cpuEventTest_SharedFunction · 0.85
cpuTestINTCIntsFunction · 0.85
cpuTestDMACIntsFunction · 0.85
CPU_INTFunction · 0.85
_vu0runFunction · 0.85
PSX_INTFunction · 0.85
iopTestIntcFunction · 0.85
WriteCP0StatusFunction · 0.85
ERETFunction · 0.85
EIFunction · 0.85

Calls 1

cpuSetNextEventFunction · 0.85

Tested by

no test coverage detected