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

Method rcntFreeze

pcsx2/Counters.cpp:1038–1053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1036template bool rcntWrite32<0x01>(u32 mem, mem32_t& value);
1037
1038bool SaveStateBase::rcntFreeze()
1039{
1040 Freeze(counters);
1041 Freeze(hsyncCounter);
1042 Freeze(vsyncCounter);
1043 Freeze(nextDeltaCounter);
1044 Freeze(nextStartCounter);
1045 Freeze(vSyncInfo);
1046 Freeze(gsVideoMode);
1047 Freeze(gsIsInterlaced);
1048
1049 if (IsLoading())
1050 cpuRcntSet();
1051
1052 return IsOkay();
1053}

Callers

nothing calls this directly

Calls 1

cpuRcntSetFunction · 0.85

Tested by

no test coverage detected