OSD: fix items bellow the DIP if it's absent.

This commit is contained in:
sorgelig
2020-06-23 12:16:24 +08:00
parent eb8690f7f0
commit 467744346b

View File

@@ -1734,6 +1734,10 @@ void HandleUI(void)
p += 2;
}
}
else if (!arcade_sw()->dip_num)
{
continue;
}
if (p[0] == 'P')
{