From 36bdd504db68d817cff08d0e31d468ac2056775a Mon Sep 17 00:00:00 2001 From: sorgelig Date: Mon, 13 May 2019 15:07:14 +0800 Subject: [PATCH] Allow hdmi_limited for DVI as well. --- user_io.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_io.cpp b/user_io.cpp index 94acdc9..6a9b9ad 100644 --- a/user_io.cpp +++ b/user_io.cpp @@ -1524,7 +1524,7 @@ void user_io_send_buttons(char force) if (cfg.forced_scandoubler) map |= CONF_FORCED_SCANDOUBLER; if (cfg.hdmi_audio_96k) map |= CONF_AUDIO_96K; if (cfg.dvi) map |= CONF_DVI; - if (cfg.hdmi_limited && !cfg.dvi) map |= CONF_HDMI_LIMITED; + if (cfg.hdmi_limited) map |= CONF_HDMI_LIMITED; if ((map != key_map) || force) {