diff options
Diffstat (limited to 'backends')
-rw-r--r-- | backends/symbian/src/main_features.inl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/backends/symbian/src/main_features.inl b/backends/symbian/src/main_features.inl index b17b0b4feb..906a890925 100644 --- a/backends/symbian/src/main_features.inl +++ b/backends/symbian/src/main_features.inl @@ -54,3 +54,9 @@ #ifndef DISABLE_SWORD2 "Sword2 " #endif +#ifndef DISABLE_CINE + "Cine " +#endif +#ifndef DISABLE_LURE + "Lure " +#endif |