X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fplugins.h;h=9125391585631ce7c81b1d948268a878d2bf7d08;hp=42028eaf65d63923646f60b9d1d15f20e80b25e5;hb=983a7cfdccceaa612267a1b045110b4f831d1495;hpb=4600ba0381ea86bdfdcba8f4f762c89f5c51af5b diff --git a/libpcsxcore/plugins.h b/libpcsxcore/plugins.h index 42028eaf..91253915 100644 --- a/libpcsxcore/plugins.h +++ b/libpcsxcore/plugins.h @@ -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;