neshawk - remove misleading non-functional function for setting volume (don't worry the feature is still there, this was just an unused method)

This commit is contained in:
zeromus 2021-10-08 22:20:41 -04:00
parent 1dbcdcdfc1
commit 8145dfbdce
1 changed files with 0 additions and 3 deletions

View File

@ -64,9 +64,6 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
private DisplayType _display_type = DisplayType.NTSC;
//Sound config
public void SetVol1(int v) { apu.m_vol = v; }
private BlipBuffer blip = new BlipBuffer(4096);
private const int blipbuffsize = 4096;