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

Function QMFC2

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

Source from the content-addressed store, hash-verified

114
115
116void QMFC2() {
117 vu0Sync();
118
119 if (cpuRegs.code & 1) {
120 _vu0FinishMicro();
121 }
122
123 if (_Rt_ == 0) return;
124 cpuRegs.GPR.r[_Rt_].UD[0] = VU0.VF[_Fs_].UD[0];
125 cpuRegs.GPR.r[_Rt_].UD[1] = VU0.VF[_Fs_].UD[1];
126}
127
128void QMTC2() {
129 vu0Sync();

Callers

nothing calls this directly

Calls 2

vu0SyncFunction · 0.85
_vu0FinishMicroFunction · 0.85

Tested by

no test coverage detected