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

Function BC2TL

pcsx2/COP2.cpp:58–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57}
58void BC2TL()
59{
60 if (CP2COND == 1)
61 {
62 Console.WriteLn("VU0 Macro Branch");
63 intDoBranch(_BranchTarget_);
64 }
65 else
66 {
67 cpuRegs.pc += 4;
68 }
69}

Callers

nothing calls this directly

Calls 2

intDoBranchFunction · 0.85
WriteLnMethod · 0.45

Tested by

no test coverage detected