1 2 3 4 5 6 7 8 9 10 11 12
// user settings typedef struct { int iVolume; int iXAPitch; int iUseReverb; int iUseInterpolation; int iTempo; } SPUConfig; extern SPUConfig spu_config;