FM stereo prototype

This commit is contained in:
Ryzerth
2021-07-23 06:29:16 +02:00
parent 175e361ccd
commit 8454b40d54
10 changed files with 363 additions and 90 deletions

View File

@@ -25,6 +25,9 @@ namespace options {
else if (!strcmp(arg, "-s") || !strcmp(arg, "--show-console")) {
opts.showConsole = true;
}
else if (!strcmp(arg, "--server")) {
opts.serverMode = true;
}
else {
spdlog::error("Invalid command line option: {0}", arg);
return false;