spunull: Add missing callback and fix prototypes
authorPaul Cercueil <paul@crapouillou.net>
Thu, 30 May 2024 09:54:55 +0000 (11:54 +0200)
committernotaz <notasas@gmail.com>
Thu, 30 May 2024 23:04:06 +0000 (02:04 +0300)
- Add SPUregisterScheduleCb() which was missing
- Fix prototypes of some functions, which did not have the right number
  of parameters. This caused warnings at the linking phase when building
  PCSX with LTO.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>

No differences found