From 7743107fe2eb3b43d600508a6465f1488cbf6123 Mon Sep 17 00:00:00 2001 From: RaceMiata Date: Wed, 25 Mar 2026 22:47:49 +0000 Subject: [PATCH] Change vdpo to 720p90 for 90Hz+ --- src/driver/hardware-boxpro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/hardware-boxpro.c b/src/driver/hardware-boxpro.c index 5bc6e322..bab09afa 100644 --- a/src/driver/hardware-boxpro.c +++ b/src/driver/hardware-boxpro.c @@ -937,7 +937,7 @@ int HDMI_in_detect() { break; case HDMIIN_VTMG_720P100: - system_exec("dispw -s vdpo 720p30"); // 100fps actually + system_exec("dispw -s vdpo 720p90"); // 100fps actually dvr_update_vi_conf(VR_540P90); g_hw_stat.vdpo_tmg = VDPO_TMG_720P100; I2C_Write(ADDR_FPGA, 0x8D, 0x04);