mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2025-01-11 09:39:07 +01:00
Use safer TV type
(potentially still struggles with composite output).
This commit is contained in:
parent
9579f69a28
commit
cca991e78b
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user