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

Function Gif_FinishIRQ

pcsx2/Gif_Unit.cpp:175–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175void Gif_FinishIRQ()
176{
177 if (gifUnit.gsFINISH.gsFINISHPending)
178 {
179 CSRreg.FINISH = true;
180 gifUnit.gsFINISH.gsFINISHPending = false;
181 }
182 if (CSRreg.FINISH && !GSIMR.FINISHMSK && !gifUnit.gsFINISH.gsFINISHFired)
183 {
184 gsIrq();
185 gifUnit.gsFINISH.gsFINISHFired = true;
186 }
187}
188
189bool SaveStateBase::gifPathFreeze(u32 path)
190{

Callers 2

ExecuteMethod · 0.85
Get_MTVUChangesMethod · 0.85

Calls 1

gsIrqFunction · 0.85

Tested by

no test coverage detected