Opened 3 years ago

Closed 3 years ago

#12768 closed defect (fixed)

GUI: Inconsistent default scaler behaviour

Reported by: sev- Owned by: criezy
Priority: blocker Component: GUI
Version: Keywords:
Cc: Game:

Description (last modified by sev-)

ScummVM behaves differently when a highres game is launched from the launcher or from the command line.

Prerequisites:
640x480 game
graphics mode: <default>
scaler: normal, 2x
game gfx: do not override

Steps to reproduce:

  1. Launch the game from the launcher -> 640x480 window
  2. Launch the game from the command line -> 1280x960 window

Additional side effect after step 2: game gets "override gfx" ticked and normal2x set as the scaler.

Possible solutions:

  1. Disable and remove scaler when <default> gfx mode is selected
  2. Force scaler to <default> when <default> gfx mode is selected
  3. Ignore scaler settings when <default> gfx mode is selected just as we do now when launched from the launcher

Change History (4)

comment:1 by sev-, 3 years ago

Description: modified (diff)

comment:2 by sev-, 3 years ago

Description: modified (diff)

comment:3 by sev-, 3 years ago

Priority: normalblocker

This is a blocker for the release.

comment:4 by sev-, 3 years ago

Owner: set to criezy
Resolution: fixed
Status: newclosed

Pull request https://github.com/scummvm/scummvm/pull/3264 has fixed this for me.

Note: See TracTickets for help on using tickets.