nes: namco 163: make audio somewhat louder, based on listening to a few cart recordings. still softer than fceux
This commit is contained in:
parent
5986d779e7
commit
37e2dfbc9a
|
@ -83,7 +83,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo
|
|||
|
||||
//samplebuff[samplebuffpos++] = samp;
|
||||
//samplebuffpos &= 2047;
|
||||
short ss = (short)(samp * 50 - 12096);
|
||||
short ss = (short)(samp * 150 - 18000);
|
||||
resampler.EnqueueSample(ss, ss);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue