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

Function BC0F

pcsx2/COP0.cpp:600–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598 //#define CPCOND0 1
599
600 void BC0F()
601 {
602 if (CPCOND0() == 0)
603 intDoBranch(_BranchTarget_);
604 }
605
606 void BC0T()
607 {

Callers

nothing calls this directly

Calls 2

CPCOND0Function · 0.85
intDoBranchFunction · 0.85

Tested by

no test coverage detected