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

Function gsIrq

pcsx2/GS.cpp:321–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321void gsIrq() {
322 hwIntcIrq(INTC_GS);
323}
324
325//These are done at VSync Start. Drawing is done when VSync is off, then output the screen when Vsync is on
326//The GS needs to be told at the start of a vsync else it loses half of its picture (could be responsible for some halfscreen issues)

Callers 7

gsCSRwriteFunction · 0.85
IMRwriteFunction · 0.85
Gif_HandlerADFunction · 0.85
Gif_FinishIRQFunction · 0.85
GSVSyncFunction · 0.85
rcntUpdate_hScanlineFunction · 0.85
Get_MTVUChangesMethod · 0.85

Calls 1

hwIntcIrqFunction · 0.85

Tested by

no test coverage detected