From 20a5696977040310516b998bac4fc576004ed77c Mon Sep 17 00:00:00 2001 From: marqs Date: Sat, 31 Jul 2021 18:12:07 +0300 Subject: [PATCH] rename "256x240 aspect" option values --- software/sys_controller/ossc/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/sys_controller/ossc/menu.c b/software/sys_controller/ossc/menu.c index 326a257..0e3a826 100644 --- a/software/sys_controller/ossc/menu.c +++ b/software/sys_controller/ossc/menu.c @@ -61,7 +61,7 @@ static const char *pm_480i_desc[] = { LNG("Passthru","パススルー"), "Lin static const char *pm_384p_desc[] = { LNG("Passthru","パススルー"), "Line2x", "Line2x 240x360", "Line3x 240x360", "Line3x Generic" }; static const char *pm_480p_desc[] = { LNG("Passthru","パススルー"), "Line2x" }; static const char *pm_1080i_desc[] = { LNG("Passthru","パススルー"), "Line2x (bob)" }; -static const char *ar_256col_desc[] = { "4:3", "8:7" }; +static const char *ar_256col_desc[] = { "Pseudo 4:3 DAR", "1:1 PAR" }; static const char *tx_mode_desc[] = { "HDMI (RGB)", "HDMI (YCbCr444)", "DVI" }; static const char *sl_mode_desc[] = { LNG("Off","オフ"), LNG("Auto","オート"), LNG("On","オン") }; static const char *sl_method_desc[] = { LNG("Multiplication","Multiplication"), LNG("Subtraction","Subtraction") };