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