BASE: Fix --logfile command line option

It was plainly not functional. We were never passing it to backend
This commit is contained in:
Eugene Sandulenko 2023-03-25 19:43:32 +01:00
parent b117fc12f2
commit 98895500da
No known key found for this signature in database
GPG key ID: 014D387312D34F08

View file

@ -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",