X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fplugins.h;h=f7f624877c8f873457d7be641f2c1130c48729c3;hp=8084143a7e94547826f2504cdf0f9749c663a1c1;hb=24de2dd4dbdd50e44c91c40ebbc7d59ee1c0ac9b;hpb=1df403c52368a3930b67dedabf8c0e1d522f1cc3 diff --git a/libpcsxcore/plugins.h b/libpcsxcore/plugins.h index 8084143a..f7f62487 100644 --- a/libpcsxcore/plugins.h +++ b/libpcsxcore/plugins.h @@ -119,7 +119,7 @@ extern GPUfreeze GPU_freeze; extern GPUgetScreenPic GPU_getScreenPic; extern GPUshowScreenPic GPU_showScreenPic; extern GPUclearDynarec GPU_clearDynarec; -extern GPUvBlank GPU_vBlank; +extern GPUvBlank GPU_vBlank; // unused // CD-ROM Functions typedef long (CALLBACK* CDRinit)(void); @@ -206,7 +206,7 @@ typedef struct { } SPUFreeze_t; typedef long (CALLBACK* SPUfreeze)(uint32_t, SPUFreeze_t *); typedef void (CALLBACK* SPUasync)(uint32_t); -typedef void (CALLBACK* SPUplayCDDAchannel)(short *, int); +typedef int (CALLBACK* SPUplayCDDAchannel)(short *, int); // SPU function pointers extern SPUconfigure SPU_configure;