mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
GUI: fix AdLib drum preset not using drums mode
This commit is contained in:
parent
f718fbb5f5
commit
7b09d5f560
1 changed files with 1 additions and 1 deletions
|
@ -976,7 +976,7 @@ void FurnaceGUI::initSystemPresets() {
|
||||||
);
|
);
|
||||||
ENTRY(
|
ENTRY(
|
||||||
"PC + AdLib (drums mode)", {
|
"PC + AdLib (drums mode)", {
|
||||||
CH(DIV_SYSTEM_OPL2, 1.0f, 0, ""),
|
CH(DIV_SYSTEM_OPL2_DRUMS, 1.0f, 0, ""),
|
||||||
CH(DIV_SYSTEM_PCSPKR, 1.0f, 0, "")
|
CH(DIV_SYSTEM_PCSPKR, 1.0f, 0, "")
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue