Add INI option to set HDMI output to Limited RGB
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user