mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
8a0fffa672
When parsing the command line option "window-size" the DO_LONG_OPTION inserts "window-size" into the settings StringMap. This is soon later deleted, but instead of deleting "window-size" it deletes the non-existent setting "window_size". This is needed because width and height are stored in "last_window_width" and "last_window_height" respectivly and "window-size" is not used anywhere. |
||
---|---|---|
.. | ||
detection | ||
commandLine.cpp | ||
commandLine.h | ||
internal_plugins.h | ||
internal_revision.h.in | ||
internal_version.h | ||
internal_version.h.in | ||
main.cpp | ||
main.h | ||
module.mk | ||
plugins.cpp | ||
plugins.h | ||
test_new_standards.cpp | ||
version.cpp | ||
version.h |