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

Function rcntRcount

pcsx2/Counters.cpp:953–964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

951}
952
953__fi u32 rcntRcount(int index)
954{
955 u32 ret;
956
957 rcntSyncCounter(index);
958
959 ret = counters[index].count;
960
961 // Spams the Console.
962 EECNT_LOG("EE Counter[%d] readCount32 = %x", index, ret);
963 return (u16)ret;
964}
965
966template <uint page>
967__fi u16 rcntRead32(u32 mem)

Callers 2

intcInterruptFunction · 0.85
rcntRead32Function · 0.85

Calls 1

rcntSyncCounterFunction · 0.85

Tested by

no test coverage detected