From 467744346b93bc42b01a2e659b1c1056228bf232 Mon Sep 17 00:00:00 2001 From: sorgelig Date: Tue, 23 Jun 2020 12:16:24 +0800 Subject: [PATCH] OSD: fix items bellow the DIP if it's absent. --- menu.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/menu.cpp b/menu.cpp index 06f14d5..61693f0 100644 --- a/menu.cpp +++ b/menu.cpp @@ -1734,6 +1734,10 @@ void HandleUI(void) p += 2; } } + else if (!arcade_sw()->dip_num) + { + continue; + } if (p[0] == 'P') {