Force horizontal pixel doubling for 320x400/320x480 modes when possible

This commit is contained in:
Cacodemon345
2025-06-28 01:12:49 +06:00
parent 6a8eaf507c
commit b21c5f1294
4 changed files with 21 additions and 5 deletions

View File

@@ -281,6 +281,10 @@ typedef struct svga_t {
you should set this flag when entering that mode*/
int disable_blink;
/*Force special shifter bypass logic for 8-bpp lowres modes.
Needed if the screen is squished on certain S3 cards.*/
int force_shifter_bypass;
/*Force CRTC to dword mode, regardless of CR14/CR17. Required for S3 enhanced mode*/
int force_dword_mode;