Use safer TV type

(potentially still struggles with composite output).
This commit is contained in:
Robin Jones 2024-11-28 21:25:36 +00:00
parent 9579f69a28
commit cca991e78b

View File

@ -76,8 +76,8 @@ static void menu_init (boot_params_t *boot_params) {
if (menu->settings.hdmi_pal60_compatibility_mode) {
tv_type = get_tv_type();
if (tv_type == TV_PAL && menu->settings.pal60_enabled) {
// HACK: Set TV type to MPAL, so PAL console would output 60 Hz signal instead.
__boot_tvtype = TV_MPAL;
// HACK: Set TV type to NTSC, so PAL console would output 60 Hz signal instead.
__boot_tvtype = TV_NTSC;
}
}