diff options
author | Lars Persson | 2008-04-24 20:15:42 +0000 |
---|---|---|
committer | Lars Persson | 2008-04-24 20:15:42 +0000 |
commit | 604ce476e46732b94e71f1963018cf285125d82c (patch) | |
tree | 7ff431306cc163bb567d4960d113ec16e8541817 | |
parent | 9ba0aa01fa1f588beacb950ff86c051e398027c3 (diff) | |
download | scummvm-rg350-604ce476e46732b94e71f1963018cf285125d82c.tar.gz scummvm-rg350-604ce476e46732b94e71f1963018cf285125d82c.tar.bz2 scummvm-rg350-604ce476e46732b94e71f1963018cf285125d82c.zip |
Add textstrings for MADE and M4 engines.
svn-id: r31702
-rw-r--r-- | backends/platform/symbian/src/main_features.inl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/backends/platform/symbian/src/main_features.inl b/backends/platform/symbian/src/main_features.inl index 8a44d0edf2..f572ddb3dd 100644 --- a/backends/platform/symbian/src/main_features.inl +++ b/backends/platform/symbian/src/main_features.inl @@ -78,5 +78,16 @@ #ifndef DISABLE_CRUISE "Cruise " #endif +#ifndef DISABLE_MADE + "MADE " +#endif + +#ifndef DISABLE_M4 + "M4 " +#endif + + + + |