spunull: Add missing callback and fix prototypes
authorPaul Cercueil <paul@crapouillou.net>
Thu, 30 May 2024 09:54:55 +0000 (11:54 +0200)
committerPaul Cercueil <paul@crapouillou.net>
Thu, 30 May 2024 10:00:47 +0000 (12:00 +0200)
commit90edeafdb5d3ae77709deaf54360a7d61a22b1c2
treeb400237d3eab70c15a0ddd380adfaadbbb44045e
parent19a791386210f7c70fd8dcf86915aebeefef5bf3
spunull: Add missing callback and fix prototypes

- 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>
plugins/spunull/spunull.c