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

Function BC0FL

pcsx2/COP0.cpp:612–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610 }
611
612 void BC0FL()
613 {
614 if (CPCOND0() == 0)
615 intDoBranch(_BranchTarget_);
616 else
617 cpuRegs.pc += 4;
618 }
619
620 void BC0TL()
621 {

Callers

nothing calls this directly

Calls 2

CPCOND0Function · 0.85
intDoBranchFunction · 0.85

Tested by

no test coverage detected