X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfsound%2Fexternals.h;h=3cb388c51da23e9367ef61f53f61e6182067d1e5;hp=dd582ffff79cfab6ae24b81abfc876e97add9c59;hb=e4f075af4e4ba79332c72809d3bb4ba6e2895253;hpb=fb552464f06137102fd9ca69a05492265bbdcea7 diff --git a/plugins/dfsound/externals.h b/plugins/dfsound/externals.h index dd582fff..3cb388c5 100644 --- a/plugins/dfsound/externals.h +++ b/plugins/dfsound/externals.h @@ -109,7 +109,7 @@ typedef struct unsigned int bRVBActive:1; // reverb active flag unsigned int bNoise:1; // noise active flag unsigned int bFMod:2; // freq mod (0=off, 1=sound channel, 2=freq channel) - unsigned int bJump:1; // last decoded block jumped + unsigned int prevflags:3; // flags from previous block int iLeftVolume; // left volume int iRightVolume; // right volume @@ -197,9 +197,6 @@ extern unsigned char * pSpuBuffer; extern int iVolume; extern int iXAPitch; -extern int iSPUIRQWait; -extern int iDebugMode; -extern int iRecordMode; extern int iUseReverb; extern int iUseInterpolation; // MISC