| 319 | } |
| 320 | |
| 321 | void 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) |
no test coverage detected