From ffe06013d7a23f974b0af1001f9b8cabb6583957 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sun, 24 Jul 2022 01:58:14 -0500 Subject: [PATCH] GUI: fix preset typo --- src/gui/presets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/presets.cpp b/src/gui/presets.cpp index ef2236223..f8e7a522c 100644 --- a/src/gui/presets.cpp +++ b/src/gui/presets.cpp @@ -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 } ));