MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / incGifChAddr

Function incGifChAddr

pcsx2/Gif.cpp:156–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void incGifChAddr(u32 qwc)
157{
158 if (gifch.chcr.STR)
159 {
160 gifch.madr += qwc * 16;
161 gifch.qwc -= qwc;
162 hwDmacSrcTadrInc(gifch);
163 }
164 else
165 DevCon.Error("incGifAddr() Error!");
166}
167
168__fi void gifCheckPathStatus(bool calledFromGIF)
169{

Callers 1

WRITERING_DMAFunction · 0.85

Calls 2

hwDmacSrcTadrIncFunction · 0.85
ErrorMethod · 0.45

Tested by

no test coverage detected