GUI: fix Virtual Boy having a PAL option

This commit is contained in:
tildearrow 2022-10-22 03:47:42 -05:00
parent a8def55d56
commit 9b6449d320
1 changed files with 1 additions and 0 deletions

View File

@ -1426,6 +1426,7 @@ bool FurnaceGUI::drawSysConf(int chan, DivSystem type, DivConfig& flags, bool mo
case DIV_SYSTEM_YMU759:
case DIV_SYSTEM_PET:
case DIV_SYSTEM_T6W28:
case DIV_SYSTEM_VBOY:
ImGui::Text("nothing to configure");
break;
default: {