diff --git a/Core/apu.h b/Core/apu.h index 01ca132..ab42055 100644 --- a/Core/apu.h +++ b/Core/apu.h @@ -12,7 +12,7 @@ They are known to be incorrect (Some analog test ROM sound different), but are good enough approximations to fix Cannon Fodder's terrible audio. It also varies by model. */ -#define DAC_DECAY_SPEED (1000000) +#define DAC_DECAY_SPEED 50000 #define DAC_ATTACK_SPEED 1000