mirror of
https://github.com/libretro/FBNeo.git
synced 2025-03-09 04:43:17 +00:00
MSM6295 bAdd parameter iq_132-style
This commit is contained in:
parent
54febf0857
commit
c501d217a3
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user