Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ _vu0ExecLower
Function
_vu0ExecLower
pcsx2/VU0microInterp.cpp:19–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
static void _vu0ExecLower(VURegs* VU, u32* ptr)
20
{
21
VU->code = ptr[0];
22
IdebugLOWER(VU0);
23
VU0_LOWER_OPCODE[VU->code >> 25]();
24
}
25
26
int vu0branch = 0;
27
static void _vu0Exec(VURegs* VU)
Callers
1
_vu0Exec
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected