Add Bifurcator support
This commit is contained in:
parent
90859be901
commit
b3e0825462
14 changed files with 494 additions and 2 deletions
|
|
@ -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.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue