Fix some bugs with sound output
This commit is contained in:
parent
d29eb42d07
commit
00676e785a
5 changed files with 78 additions and 47 deletions
|
|
@ -2745,6 +2745,11 @@ void FurnaceGUI::initSystemPresets() {
|
|||
CH(DIV_SYSTEM_SOUND_UNIT, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"PowerNoise", {
|
||||
CH(DIV_SYSTEM_POWER_NOISE, 1.0f, 0, "")
|
||||
}
|
||||
);
|
||||
CATEGORY_END;
|
||||
|
||||
CATEGORY_BEGIN("DefleMask-compatible","these configurations are compatible with DefleMask.\nselect this if you need to save as .dmf or work with that program.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue