From b708507cba9ef6bf46c0d0c1b09fb15914aed7c8 Mon Sep 17 00:00:00 2001 From: Rockyfan75000 Date: Sat, 22 Jun 2024 11:48:38 -0500 Subject: [PATCH] Game Boy Advance Presents Tweaks --- src/gui/presets.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/gui/presets.cpp b/src/gui/presets.cpp index 6ba934ab0..382bdd1e9 100644 --- a/src/gui/presets.cpp +++ b/src/gui/presets.cpp @@ -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, ""),