Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ DMAtransfer
Method
DMAtransfer
pcsx2/Dmac.cpp:43–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
tDMA_TAG *DMACh::DMAtransfer(u32 addr, u32 num)
44
{
45
tDMA_TAG *tag = getAddr(addr, num, false);
46
47
if (tag == NULL) return NULL;
48
49
chcrTransfer(tag);
50
qwcTransfer(tag);
51
return tag;
52
}
53
54
tDMA_TAG DMACh::dma_tag()
55
{
Callers
1
ProcessEETag
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected