Show an explanatory message if the player is not performing very well (#1932).
[dcpomatic.git] / src / lib / config.h
index 3371e48bfc3b5dfa5cc1815b04de8d9f33c8d1c4..0a48a00e1dfc8a71ac66e77ca26a07d73610e2c4 100644 (file)
@@ -392,6 +392,9 @@ public:
                return _jump_to_selected;
        }
 
+       /* This could be an enum class but we use the enum a lot to index _nagged
+        * so it means a lot of casts.
+        */
        enum Nag {
                NAG_DKDM_CONFIG,
                NAG_ENCRYPTED_METADATA,
@@ -400,6 +403,7 @@ public:
                NAG_IMPORT_DECRYPTION_CHAIN,
                NAG_DELETE_DKDM,
                NAG_32_ON_64,
+               NAG_TOO_MANY_DROPPED_FRAMES,
                NAG_COUNT
        };