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

Method WriteRow

pcsx2/MTVU.cpp:535–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535void VU_Thread::WriteRow(vifStruct& _vif)
536{
537 MTVU_LOG("MTVU - WriteRow!");
538 ReserveSpace(1 + size_u32(sizeof(_vif.MaskRow)));
539 Write(MTVU_VIF_WRITE_ROW);
540 Write(&_vif.MaskRow, sizeof(_vif.MaskRow));
541 CommitWritePos();
542 KickStart();
543}

Callers 3

Vif_Codes.cppFile · 0.80
vifWrite32Function · 0.80
mtvuFreezeMethod · 0.80

Calls 2

size_u32Function · 0.85
WriteFunction · 0.50

Tested by

no test coverage detected