--- a/QTfrontend/hwform.cpp Tue Feb 05 01:40:16 2019 +0300
+++ b/QTfrontend/hwform.cpp Tue Feb 05 02:13:04 2019 +0100
@@ -2253,6 +2253,7 @@
+ " --fullscreen-height " + QString::number(resolutions.first.height())
+ " --width " + QString::number(resolutions.second.width())
+ " --height " + QString::number(resolutions.second.height())
+ + (config->zoom() == 100 ? "" : " --zoom " + QString::number(config->zoom()))
+ " --volume " + QString::number(config->volume())
+ (config->isMusicEnabled() ? "" : " --nomusic")
+ (config->isSoundEnabled() ? "" : " --nosound")