X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fdfsound%2Fspu_config.h;h=6b46bf3861fdd8f05e95fe1b0b5d9a4689d24e2b;hb=cf4334ed9741d6247673fefa057b71926b2e1cfe;hp=c6641be52f91a33d0746578e2413c62af03cca9e;hpb=7931825ed8ef51dab3e37475d8126103ebc9fb6f;p=pcsx_rearmed.git 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;