Experimental direct_video option in INI.

This commit is contained in:
sorgelig
2019-08-20 22:59:34 +08:00
parent 7059d589a6
commit 988355c470
6 changed files with 20 additions and 11 deletions

View File

@@ -1632,6 +1632,7 @@ void user_io_send_buttons(char force)
if (cfg.hdmi_audio_96k) map |= CONF_AUDIO_96K;
if (cfg.dvi) map |= CONF_DVI;
if (cfg.hdmi_limited) map |= CONF_HDMI_LIMITED;
if (cfg.direct_video) map |= CONF_DIRECT_VIDEO;
if ((map != key_map) || force)
{