]> git.sesse.net Git - nageru/blobdiff - flags.h
Allow hotplugging of USB cards, instead of just exiting when something goes away.
[nageru] / flags.h
diff --git a/flags.h b/flags.h
index ad9606e7b7393afcb4d7548216bfb30570b8f261..a73a48e94a4807a6f085b85e96cb371c0177d442 100644 (file)
--- a/flags.h
+++ b/flags.h
@@ -9,6 +9,7 @@
 
 struct Flags {
        int num_cards = 2;
+       int num_fake_cards = 0;
        std::string va_display;
        bool uncompressed_video_to_http = false;
        bool x264_video_to_http = false;