From: kub Date: Fri, 5 Jul 2024 19:44:34 +0000 (+0200) Subject: ui, minor menu fix X-Git-Tag: v2.00~14 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13c9a48c26ba05678f34ead0f93e2873e00f93e8;p=picodrive.git ui, minor menu fix --- diff --git a/platform/common/menu_pico.c b/platform/common/menu_pico.c index a4abd7a6..53e52b87 100644 --- a/platform/common/menu_pico.c +++ b/platform/common/menu_pico.c @@ -577,7 +577,7 @@ static int menu_loop_32x_options(int id, int keys) static const char *sms_hardwares[] = { "auto", "Game Gear", "Master System", "SG-1000", "SC-3000", NULL }; static const char *gg_ghosting_opts[] = { "OFF", "weak", "normal", NULL }; static const char *sms_mappers[] = { "auto", "Sega", "Codemasters", "Korea", "Korea MSX", "Korea X-in-1", "Korea 4-Pak", "Korea Janggun", "Korea Nemesis", "Taiwan 8K RAM", "Korea XOR", "Sega 32K RAM", NULL }; -static const char *sms_tmspalette[] = { "SMS", "SG-1000" }; +static const char *sms_tmspalette[] = { "SMS", "SG-1000", NULL }; static const char h_smsfm[] = "FM sound is only supported by few games,\n" "some games may crash with FM enabled";