spu: make fmod work in threaded mode
[pcsx_rearmed.git] / plugins / dfsound / externals.h
index 9fb58ad..297c2c3 100644 (file)
@@ -259,6 +259,7 @@ typedef struct
 \r
  sample_buf      sb[MAXCHAN];\r
  int             interpolation;\r
+ sample_buf      sb_thread[MAXCHAN];\r
 } SPUInfo;\r
 \r
 #define regAreaGet(offset) \\r