add setting to disable DC offset correction
This commit is contained in:
parent
38103d9c1f
commit
717e75f82d
9 changed files with 57 additions and 11 deletions
|
|
@ -1464,6 +1464,7 @@ class FurnaceGUI {
|
|||
int mainFontSize, patFontSize, headFontSize, iconSize;
|
||||
int audioEngine;
|
||||
int audioQuality;
|
||||
int audioHiPass;
|
||||
int audioChans;
|
||||
int arcadeCore;
|
||||
int ym2612Core;
|
||||
|
|
@ -1656,6 +1657,7 @@ class FurnaceGUI {
|
|||
iconSize(16),
|
||||
audioEngine(DIV_AUDIO_SDL),
|
||||
audioQuality(0),
|
||||
audioHiPass(1),
|
||||
audioChans(2),
|
||||
arcadeCore(0),
|
||||
ym2612Core(0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue