]> git.sesse.net Git - nageru/blobdiff - flags.h
Save another ~1% on the audio benchmark, by dealing with the std::deque more efficien...
[nageru] / flags.h
diff --git a/flags.h b/flags.h
index f75ccd0fe8ef3c541ab9770b4c083b568db23ae6..ba69db6af09cce6b0c32fbfb49740083cc7a97d6 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -10,6 +10,7 @@
 struct Flags {
        int num_cards = 2;
        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" };