libretro: always use fixed samples per frame
[pcsx_rearmed.git] / plugins / dfsound / spu_config.h
index fce1cda..3e88a2c 100644 (file)
@@ -8,6 +8,7 @@ typedef struct
  int        iUseInterpolation;
  int        iTempo;
  int        iUseThread;
+ int        iUseFixedUpdates;  // output fixed number of samples/frame
 
  // status
  int        iThreadAvail;