Merge pull request #5713 from Cacodemon345/svga-squish-fixes

Force horizontal pixel doubling for 320x400/320x480 modes when possible
This commit is contained in:
Miran Grča
2025-06-27 21:15:31 +02:00
committed by GitHub
4 changed files with 21 additions and 5 deletions

View File

@@ -282,6 +282,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;