feat(audio): non-linear APU mixing and mapper expansion audio (VRC6, FME-7, Namco163)
This commit is contained in:
@@ -365,6 +365,6 @@ impl Apu {
|
||||
|
||||
let dmc = self.dmc_output_level;
|
||||
|
||||
ChannelOutputs { pulse1, pulse2, triangle, noise, dmc }
|
||||
ChannelOutputs { pulse1, pulse2, triangle, noise, dmc, expansion: 0.0 }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user