Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ setDmacStat
Function
setDmacStat
pcsx2/Dmac.cpp:75–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
__fi void setDmacStat(u32 num)
76
{
77
dmacRegs.stat.set_flags(1 << num);
78
}
79
80
// Note: Dma addresses are guaranteed to be aligned to 16 bytes (128 bits)
81
__fi tDMA_TAG* SPRdmaGetAddr(u32 addr, bool write)
Callers
1
getAddr
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected