Monitor load/save code (not hooked up yet)

This commit is contained in:
Cacodemon345
2022-07-05 01:41:13 +06:00
parent f42c31dbde
commit 554cd27121
2 changed files with 35 additions and 0 deletions

View File

@@ -109,6 +109,10 @@ typedef struct monitor_t
mon_video_timing_write_l;
int mon_overscan_x;
int mon_overscan_y;
int mon_window_x;
int mon_window_y;
int mon_window_w;
int mon_window_h;
int mon_force_resize;
int mon_fullchange;
int mon_changeframecount;