From 270225f6d16e88a414d82cf4507e5d27f090443f Mon Sep 17 00:00:00 2001 From: tildearrow Date: Mon, 7 Mar 2022 23:47:40 -0500 Subject: [PATCH] WonderSwan doesn't have config flags --- src/gui/gui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 9cdc1cef..25d662d0 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -4935,6 +4935,7 @@ bool FurnaceGUI::loop() { break; } case DIV_SYSTEM_GB: + case DIV_SYSTEM_SWAN: case DIV_SYSTEM_YM2610: case DIV_SYSTEM_YM2610_EXT: case DIV_SYSTEM_YM2610_FULL: