Dummy version to avoid linking in gxqueue.c if not actually used
| 358 | |
| 359 | // Dummy version to avoid linking in gxqueue.c if not actually used |
| 360 | __attribute__((weak)) void gxCmdQueueInterrupt(GSPGPU_Event irq) |
| 361 | { |
| 362 | } |
| 363 | |
| 364 | void gspEventThreadMain(void *arg) |
| 365 | { |
no outgoing calls
no test coverage detected