#1998 closed defect (fixed)
ALL: Command-line inconsistency
Reported by: | eriktorbjorn | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | --Other-- |
Version: | Keywords: | ||
Cc: | Game: |
Description
I've tested this with a recent CVS snapshot:
In my .scummvmrc, the [scummvm] section contains "aspect_ratio=true" and "gfx_mode=advmame2x". However, there are cases when I want to override this. The command-line is behaving a bit inconsistently though:
$ scummvm -g3x --no-aspect-ratio ScummVM starts in 3x mode and no aspect ratio correction.
$ scummvm --no-aspect-ratio -g3x ScummVM starts in 3x mode, but with aspect ratio correction.
So apparently the order of the command-line arguments matter here. I think the difference happens because the parsing of the graphics mode uses g_system, which causes the backend to be initialized. In the second case this happens while aspect ratio correction is still on (command-line options are parsed from right to left, for whatever reason).
Ticket imported from: #1184664. Ticket imported from: bugs/1998.
Change History (3)
comment:1 by , 20 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 20 years ago
comment:3 by , 6 years ago
Component: | --Unset-- → --Other-- |
---|
Fixed in CVS.