Allow hdmi_limited for DVI as well.

This commit is contained in:
sorgelig
2019-05-13 15:07:14 +08:00
parent 518535721a
commit 36bdd504db

View File

@@ -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)
{