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

Function BC2T

pcsx2/COP2.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36}
37void BC2T()
38{
39 if (CP2COND == 1)
40 {
41 Console.WriteLn("VU0 Macro Branch");
42 intDoBranch(_BranchTarget_);
43 }
44}
45
46void BC2FL()
47{

Callers

nothing calls this directly

Calls 2

intDoBranchFunction · 0.85
WriteLnMethod · 0.45

Tested by

no test coverage detected