Merge pull request #1844 from akumanatt/bifurcator

Add Bifurcator support
This commit is contained in:
tildearrow 2024-04-21 03:28:55 -05:00 committed by GitHub
commit a6357525d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 513 additions and 2 deletions

View file

@ -3031,6 +3031,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.");