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

Function _vu0FinishMicro

pcsx2/VU0.cpp:86–86  ·  view source on GitHub ↗

Runs VU0 Micro Until E-bit or M-Bit End

Source from the content-addressed store, hash-verified

84
85void _vu0WaitMicro() { _vu0run(1, 1, 0); } // Runs VU0 Micro Until E-bit or M-Bit End
86void _vu0FinishMicro() { _vu0run(0, 1, 0); } // Runs VU0 Micro Until E-Bit End
87void vu0Finish() { _vu0run(0, 0, 0); } // Runs VU0 Micro Until E-Bit End (doesn't stall EE)
88void vu0Sync() { _vu0run(0, 0, 1); } // Runs VU0 until it catches up
89

Callers 6

TestClearVUsFunction · 0.85
COP2_SPECIALFunction · 0.85
QMFC2Function · 0.85
CFC2Function · 0.85
VCALLMSFunction · 0.85
VCALLMSRFunction · 0.85

Calls 1

_vu0runFunction · 0.85

Tested by 1

TestClearVUsFunction · 0.68