spu: fix some threading issues
[pcsx_rearmed.git] / plugins / dfsound / externals.h
index f42ceff..b63ac3c 100644 (file)
@@ -117,6 +117,7 @@ typedef struct
  unsigned int      bFMod:2;                            // freq mod (0=off, 1=sound channel, 2=freq channel)\r
  unsigned int      prevflags:3;                        // flags from previous block\r
  unsigned int      bIgnoreLoop:1;                      // Ignore loop\r
+ unsigned int      bNewPitch:1;                        // pitch changed\r
  int               iLeftVolume;                        // left volume\r
  int               iRightVolume;                       // right volume\r
  ADSRInfoEx        ADSRX;\r