X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fdfsound%2Fspu_config.h;h=95c8948676bc844f453096b21de4af9f46f68108;hb=a0d4a8f56aa865e190b2f2d541476f4154bdb954;hp=c6641be52f91a33d0746578e2413c62af03cca9e;hpb=247fc699be6b3bd95fd9126541e0804cc8dffdd4;p=pcsx_rearmed.git diff --git a/plugins/dfsound/spu_config.h b/plugins/dfsound/spu_config.h index c6641be5..95c89486 100644 --- a/plugins/dfsound/spu_config.h +++ b/plugins/dfsound/spu_config.h @@ -1,3 +1,6 @@ +#ifndef __P_SPU_CONFIG_H__ +#define __P_SPU_CONFIG_H__ + // user settings typedef struct @@ -7,6 +10,13 @@ typedef struct int iUseReverb; int iUseInterpolation; int iTempo; + int iUseThread; + int iUseFixedUpdates; // output fixed number of samples/frame + + // status + int iThreadAvail; } SPUConfig; extern SPUConfig spu_config; + +#endif /* __P_SPU_CONFIG_H__ */