Allow hdmi_limited for DVI as well.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user