Add INI option to set HDMI output to Limited RGB

This commit is contained in:
CruelTott
2019-05-11 13:42:25 +02:00
parent fa3bd5e0dc
commit fa842c1c55
4 changed files with 12 additions and 8 deletions

View File

@@ -1516,6 +1516,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 ((map != key_map) || force)
{