]> git.sesse.net Git - nageru/blobdiff - flags.h
If a dead device comes back, put it into the right slot.
[nageru] / flags.h
diff --git a/flags.h b/flags.h
index 7d4abd2e436c9789fd7e33771d8275ef42903d70..ba69db6af09cce6b0c32fbfb49740083cc7a97d6 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -9,10 +9,11 @@
 
 struct Flags {
        int num_cards = 2;
-       int num_fake_cards = 0;
        std::string va_display;
+       bool fake_cards_audio = false;
        bool uncompressed_video_to_http = false;
        bool x264_video_to_http = false;
+       std::vector<std::string> theme_dirs { ".", "/usr/local/share/nageru" };
        std::string theme_filename = "theme.lua";
        bool locut_enabled = true;
        bool gain_staging_auto = true;