aboutsummaryrefslogtreecommitdiff
path: root/engines/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/engine.h')
-rw-r--r--engines/engine.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/engine.h b/engines/engine.h
index a67f5f6637..bcf398a813 100644
--- a/engines/engine.h
+++ b/engines/engine.h
@@ -103,6 +103,12 @@ public:
*/
enum EngineFeature {
/**
+ * Enables the subtitle speed and toggle items in the Options section
+ * of the global main menu.
+ */
+ kSupportsSubtitleOptions,
+
+ /**
* 'Return to launcher' feature is supported, i.e., EVENT_RTL is handled
* either directly, or indirectly (that is, the engine calls and honors
* the result of the Engine::shouldQuit() method appropriately).