Config: Add entry to override the game window title

This commit is contained in:
Jonas Kulla 2017-12-11 00:48:35 +01:00
parent d427df0c2b
commit 7d9a85dbbd
4 changed files with 12 additions and 1 deletions

View file

@ -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) \