Fix some bugs with sound output

This commit is contained in:
scratchminer 2024-01-21 11:55:49 -05:00
parent d29eb42d07
commit 00676e785a
5 changed files with 78 additions and 47 deletions

View file

@ -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.");