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

@@ -139,6 +139,7 @@ typedef struct monitor_t {
int mon_cga_palette_static; /* Whether it should not be freed by the API. */
const video_timings_t *mon_vid_timings;
int mon_vid_type;
atomic_bool mon_interlace;
struct blit_data_struct *mon_blit_data_ptr;
} monitor_t;