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

Function ClearVuFunc

pcsx2/Memory.cpp:770–773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

768typedef void ClearFunc_t( u32 addr, u32 qwc );
769
770template<int vunum> static __fi void ClearVuFunc(u32 addr, u32 size) {
771 if (vunum) CpuVU1->Clear(addr, size);
772 else CpuVU0->Clear(addr, size);
773}
774
775// VU Micro Memory Reads...
776template<int vunum> static mem8_t vuMicroRead8(u32 addr) {

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected