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

Function VCALLMS

pcsx2/COP2.cpp:15–20  ·  view source on GitHub ↗

Run the FINISH either side of the VCALL's as we have no control over it past here.

Source from the content-addressed store, hash-verified

13
14//Run the FINISH either side of the VCALL's as we have no control over it past here.
15void VCALLMS()
16{
17 _vu0FinishMicro();
18 vu0ExecMicro(((cpuRegs.code >> 6) & 0x7FFF));
19 //vif0Regs.stat.VEW = false;
20}
21
22void VCALLMSR()
23{

Callers

nothing calls this directly

Calls 2

_vu0FinishMicroFunction · 0.85
vu0ExecMicroFunction · 0.85

Tested by

no test coverage detected