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

Function BC0T

pcsx2/COP0.cpp:606–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604 }
605
606 void BC0T()
607 {
608 if (CPCOND0() == 1)
609 intDoBranch(_BranchTarget_);
610 }
611
612 void BC0FL()
613 {

Callers

nothing calls this directly

Calls 2

CPCOND0Function · 0.85
intDoBranchFunction · 0.85

Tested by

no test coverage detected