mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-24 05:25:12 +00:00
GUI: fix Virtual Boy having a PAL option
This commit is contained in:
parent
a8def55d56
commit
9b6449d320
1 changed files with 1 additions and 0 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue