mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 22:43:01 +00:00
Game Boy Advance Presents Tweaks
This commit is contained in:
parent
779a4269af
commit
b708507cba
1 changed files with 4 additions and 1 deletions
|
@ -141,12 +141,15 @@ void FurnaceGUI::initSystemPresets() {
|
|||
}
|
||||
);
|
||||
ENTRY(
|
||||
"Game Boy Advance", {}
|
||||
);
|
||||
SUB_ENTRY(
|
||||
"Game Boy Advance (no software mixing)", {
|
||||
CH(DIV_SYSTEM_GB, 1.0f, 0, "chipType=3"),
|
||||
CH(DIV_SYSTEM_GBA_DMA, 0.5f, 0, ""),
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
SUB_ENTRY(
|
||||
"Game Boy Advance (with MinMod)", {
|
||||
CH(DIV_SYSTEM_GB, 1.0f, 0, "chipType=3"),
|
||||
CH(DIV_SYSTEM_GBA_MINMOD, 0.5f, 0, ""),
|
||||
|
|
Loading…
Reference in a new issue