X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfsound%2Fspu_config.h;h=6b46bf3861fdd8f05e95fe1b0b5d9a4689d24e2b;hp=c6641be52f91a33d0746578e2413c62af03cca9e;hb=d056f51b31f2856968e2efac75c3d437b2e6c000;hpb=3154bfab51566cbaa5bce3965d4c915bfb1b4f53 diff --git a/plugins/dfsound/spu_config.h b/plugins/dfsound/spu_config.h index c6641be5..6b46bf38 100644 --- a/plugins/dfsound/spu_config.h +++ b/plugins/dfsound/spu_config.h @@ -7,6 +7,12 @@ typedef struct int iUseReverb; int iUseInterpolation; int iTempo; + int idiablofix; + int iUseThread; + int iUseFixedUpdates; // output fixed number of samples/frame + + // status + int iThreadAvail; } SPUConfig; extern SPUConfig spu_config;