MSM6295 bAdd parameter iq_132-style

This commit is contained in:
dinkc64 2018-10-21 13:52:51 +00:00
parent 54febf0857
commit c501d217a3

View File

@ -533,9 +533,9 @@ INT32 MSM6295Init(INT32 nChip, INT32 nSamplerate, bool bAddSignal)
if (nChip == 0) {
memset(&MSM6295, 0, sizeof(MSM6295));
}
bAdd = bAddSignal;
bAdd = bAddSignal;
}
// Convert volume from percentage
MSM6295[nChip].nVolume = INT32(100.0 * 256.0 / 100.0 + 0.5);