BASE: Fix --logfile command line option
It was plainly not functional. We were never passing it to backend
This commit is contained in:
parent
b117fc12f2
commit
98895500da
1 changed files with 1 additions and 0 deletions
|
@ -1896,6 +1896,7 @@ bool processSettings(Common::String &command, Common::StringMap &settings, Commo
|
|||
// Finally, store the command line settings into the config manager.
|
||||
static const char * const sessionSettings[] = {
|
||||
"config",
|
||||
"logfile",
|
||||
"initial-cfg",
|
||||
"fullscreen",
|
||||
"gfx-mode",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue