Indicate interlaced modes in status bar

This commit is contained in:
Cacodemon345
2025-08-18 23:35:09 +06:00
parent 69853ed832
commit 69d5b8b576
5 changed files with 13 additions and 2 deletions

View File

@@ -332,6 +332,8 @@ video_prepare(void)
/* Do an inform on the default values, so that that there's some sane values initialized
even if the device init function does not do an inform of its own. */
video_inform_monitor(VIDEO_FLAG_TYPE_SPECIAL, &timing_default, i);
monitors[i].mon_interlace = 0;
}
}