Game Boy Advance Presents Tweaks
This commit is contained in:
parent
779a4269af
commit
b708507cba
|
@ -141,12 +141,15 @@ void FurnaceGUI::initSystemPresets() {
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
ENTRY(
|
ENTRY(
|
||||||
|
"Game Boy Advance", {}
|
||||||
|
);
|
||||||
|
SUB_ENTRY(
|
||||||
"Game Boy Advance (no software mixing)", {
|
"Game Boy Advance (no software mixing)", {
|
||||||
CH(DIV_SYSTEM_GB, 1.0f, 0, "chipType=3"),
|
CH(DIV_SYSTEM_GB, 1.0f, 0, "chipType=3"),
|
||||||
CH(DIV_SYSTEM_GBA_DMA, 0.5f, 0, ""),
|
CH(DIV_SYSTEM_GBA_DMA, 0.5f, 0, ""),
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
ENTRY(
|
SUB_ENTRY(
|
||||||
"Game Boy Advance (with MinMod)", {
|
"Game Boy Advance (with MinMod)", {
|
||||||
CH(DIV_SYSTEM_GB, 1.0f, 0, "chipType=3"),
|
CH(DIV_SYSTEM_GB, 1.0f, 0, "chipType=3"),
|
||||||
CH(DIV_SYSTEM_GBA_MINMOD, 0.5f, 0, ""),
|
CH(DIV_SYSTEM_GBA_MINMOD, 0.5f, 0, ""),
|
||||||
|
|
Loading…
Reference in a new issue