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 )
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:
- Launch the game from the launcher -> 640x480 window
- 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:
- Disable and remove scaler when <default> gfx mode is selected
- Force scaler to <default> when <default> gfx mode is selected
- 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 , 3 years ago
Description: | modified (diff) |
---|
comment:2 by , 3 years ago
Description: | modified (diff) |
---|
comment:3 by , 3 years ago
Priority: | normal → blocker |
---|
comment:4 by , 3 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Pull request https://github.com/scummvm/scummvm/pull/3264 has fixed this for me.
Note:
See TracTickets
for help on using tickets.
This is a blocker for the release.