From 78ce2360bf1dbd1aab06bdbd11da487445bbd330 Mon Sep 17 00:00:00 2001 From: Natt Akuma Date: Tue, 10 May 2022 11:32:07 +0700 Subject: [PATCH] SCC has no config flags currently --- src/gui/sysConf.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/sysConf.cpp b/src/gui/sysConf.cpp index 8005ee0d3..edde54f8a 100644 --- a/src/gui/sysConf.cpp +++ b/src/gui/sysConf.cpp @@ -367,6 +367,8 @@ void FurnaceGUI::drawSysConf(int chan, DivSystem type, unsigned int& flags, bool case DIV_SYSTEM_YM2610B_EXT: case DIV_SYSTEM_YMU759: case DIV_SYSTEM_PET: + case DIV_SYSTEM_SCC: + case DIV_SYSTEM_SCC_PLUS: ImGui::Text("nothing to configure"); break; default: