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

Function BC2FL

pcsx2/COP2.cpp:46–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void BC2FL()
47{
48 if (CP2COND == 0)
49 {
50 Console.WriteLn("VU0 Macro Branch");
51 intDoBranch(_BranchTarget_);
52 }
53 else
54 {
55 cpuRegs.pc += 4;
56 }
57}
58void BC2TL()
59{
60 if (CP2COND == 1)

Callers

nothing calls this directly

Calls 2

intDoBranchFunction · 0.85
WriteLnMethod · 0.45

Tested by

no test coverage detected