Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ BC2T
Function
BC2T
pcsx2/COP2.cpp:37–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
}
37
void BC2T()
38
{
39
if (CP2COND == 1)
40
{
41
Console.WriteLn(
"VU0 Macro Branch"
);
42
intDoBranch(_BranchTarget_);
43
}
44
}
45
46
void BC2FL()
47
{
Callers
nothing calls this directly
Calls
2
intDoBranch
Function · 0.85
WriteLn
Method · 0.45
Tested by
no test coverage detected