Add Bifurcator support

This commit is contained in:
Natt Akuma 2024-04-01 16:29:43 +07:00
parent 90859be901
commit b3e0825462
14 changed files with 494 additions and 2 deletions

View file

@ -3016,6 +3016,11 @@ void FurnaceGUI::initSystemPresets() {
CH(DIV_SYSTEM_NDS, 1.0f, 0, "")
}
);
ENTRY(
"Bifurcator", {
CH(DIV_SYSTEM_BIFURCATOR, 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.");