added modeswitch toggle

A toggle for letting DOSBox-X determine what resolution, through SDL2, to set the monitor hasbeen implemented.
This commit is contained in:
David 'Erosion' Oberlin
2025-03-14 00:59:28 +00:00
committed by GitHub
parent 8b97c33f29
commit 6156ccb990
6 changed files with 40 additions and 3 deletions

View File

@@ -212,6 +212,7 @@ typedef struct {
bool has_split;
bool vret_triggered;
bool vga_override;
bool modeswitch_set;
bool doublescan_set;
bool doublescan_effect;
bool char9_set;