Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ VIF1transfer
Function
VIF1transfer
pcsx2/Vif_Transfer.cpp:116–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
return vifTransfer<0>(data, size, TTE);
115
}
116
bool VIF1transfer(u32 *data, int size, bool TTE) {
117
return vifTransfer<1>(data, size, TTE);
118
}
Callers
6
WriteFIFO_VIF1
Function · 0.85
_VIF1chain
Function · 0.85
vif1SetupTransfer
Function · 0.85
mfifoVIF1rbTransfer
Function · 0.85
mfifo_VIF1chain
Function · 0.85
mfifoVIF1transfer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected