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

Function BC2F

pcsx2/COP2.cpp:29–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void BC2F()
30{
31 if (CP2COND == 0)
32 {
33 Console.WriteLn("VU0 Macro Branch");
34 intDoBranch(_BranchTarget_);
35 }
36}
37void BC2T()
38{
39 if (CP2COND == 1)

Callers

nothing calls this directly

Calls 2

intDoBranchFunction · 0.85
WriteLnMethod · 0.45

Tested by

no test coverage detected