Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ BC2TL
Function
BC2TL
pcsx2/COP2.cpp:58–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
}
58
void BC2TL()
59
{
60
if (CP2COND == 1)
61
{
62
Console.WriteLn(
"VU0 Macro Branch"
);
63
intDoBranch(_BranchTarget_);
64
}
65
else
66
{
67
cpuRegs.pc += 4;
68
}
69
}
Callers
nothing calls this directly
Calls
2
intDoBranch
Function · 0.85
WriteLn
Method · 0.45
Tested by
no test coverage detected