Skip to content

Commit

Permalink
add --enable-sdk-log-level parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
pypy-vrc committed Mar 9, 2020
1 parent 5501eb3 commit 93f901f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ int main(int argc, const char **argv)
strcat(buf, "--no-vr ");
}

strcat(buf, "--enable-debug-gui ");
strcat(buf, "--enable-debug-gui --enable-sdk-log-level ");
strcat(buf, &p[2]);

memset(&startupinfo, 0, sizeof(startupinfo));
Expand Down

0 comments on commit 93f901f

Please sign in to comment.