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

@@ -1652,7 +1652,7 @@ void HandleUI(void)
OsdWrite(n++, s, menusub == 3);
}
if (video_get_scaler_flt() >= 0)
if (video_get_scaler_flt() >= 0 && !cfg.direct_video)
{
OsdWrite(n++);
menumask |= 0x60;