Config: Add entry to override the game window title
This commit is contained in:
parent
d427df0c2b
commit
7d9a85dbbd
4 changed files with 12 additions and 1 deletions
src
|
@ -161,6 +161,7 @@ void Config::read(int argc, char *argv[])
|
|||
PO_DESC(vsync, bool, false) \
|
||||
PO_DESC(defScreenW, int, 0) \
|
||||
PO_DESC(defScreenH, int, 0) \
|
||||
PO_DESC(windowTitle, std::string, "") \
|
||||
PO_DESC(fixedFramerate, int, 0) \
|
||||
PO_DESC(frameSkip, bool, true) \
|
||||
PO_DESC(syncToRefreshrate, bool, false) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue