Join both Maemo platforms (Maemo5 + Meego Harmattan/Maemo 6) to MAEMO define. Technically they are very similar and anything that wasn't already defined for both probably needed to be.

This commit is contained in:
Sacha
2014-06-18 03:42:31 +10:00
parent 73aa17a2de
commit ea17e17ebd
11 changed files with 14 additions and 22 deletions
+1 -1
View File
@@ -441,7 +441,7 @@ static ConfigSetting controlSettings[] = {
ConfigSetting("ShowAnalogStick", &g_Config.bShowTouchAnalogStick, true),
ConfigSetting("ShowTouchDpad", &g_Config.bShowTouchDpad, true),
ConfigSetting("ShowTouchUnthrottle", &g_Config.bShowTouchUnthrottle, true),
#if !defined(__SYMBIAN32__) && !defined(IOS) && !defined(MEEGO_EDITION_HARMATTAN)
#if !defined(__SYMBIAN32__) && !defined(IOS) && !defined(MAEMO)
ConfigSetting("ShowTouchPause", &g_Config.bShowTouchPause, false),
#endif
#if defined(USING_WIN_UI)