Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ rcntReset
Function
rcntReset
pcsx2/Counters.cpp:59–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
void rcntReset(int index)
60
{
61
counters[index].count = 0;
62
counters[index].startCycle = cpuRegs.cycle;
63
}
64
65
// Updates the state of the nextCounter value (if needed) to serve
66
// any pending events for the given counter.
Callers
1
rcntInit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected