Can save game configuration to file

This commit is contained in:
Iwan Timmer
2015-08-02 14:58:43 +02:00
parent 2571787384
commit 01d891542b
3 changed files with 46 additions and 4 deletions

View File

@@ -106,6 +106,7 @@ static void help() {
printf("\thelp\t\t\tShow this help\n\n");
printf(" Streaming options\n\n");
printf("\t-config <config>\tLoad configuration file\n");
printf("\t-save <config>\t\tSave configuration file\n");
printf("\t-720\t\t\tUse 1280x720 resolution [default]\n");
printf("\t-1080\t\t\tUse 1920x1080 resolution\n");
printf("\t-width <width>\t\tHorizontal resolution (default 1280)\n");