GUI: fix preset typo

This commit is contained in:
tildearrow 2022-07-24 01:58:14 -05:00
parent 1dbdf8558c
commit ffe06013d7
1 changed files with 1 additions and 1 deletions

View File

@ -1976,7 +1976,7 @@ void FurnaceGUI::initSystemPresets() {
cat.systems.push_back(FurnaceGUISysDef(
"Namco System 86", { // without expansion board case; Hopping Mappy, etc
DIV_SYSTEM_YM2151, 64, 0, 0,
DIV_SYSTEM_NAMCO_CUS30, 64, 0, 0
DIV_SYSTEM_NAMCO_CUS30, 64, 0, 0,
0
}
));