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

Function tGS_CSR

pcsx2/GS.h:159–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 }
158
159 tGS_CSR(u64 val) { _u64 = val; }
160 tGS_CSR(u32 val) { _u32 = val; }
161 tGS_CSR() { Reset(); }
162};

Callers 4

gsWrite8Function · 0.85
gsWrite16Function · 0.85
gsWrite32Function · 0.85
gsWrite64_page_01Function · 0.85

Calls 1

ResetFunction · 0.85

Tested by

no test coverage detected