symbian: Remove!

This commit is contained in:
Florent Castelli
2016-10-11 18:49:08 +02:00
parent ad71d27809
commit 4145b60a0e
55 changed files with 44 additions and 818 deletions
+2 -7
View File
@@ -407,12 +407,7 @@ static int DefaultZoomType() {
}
static bool DefaultTimerHack() {
// Has been in use on Symbian since v0.7. Preferred option.
#ifdef __SYMBIAN32__
return true;
#else
return false;
#endif
}
static int DefaultAndroidHwScale() {
@@ -569,7 +564,7 @@ static ConfigSetting controlSettings[] = {
ConfigSetting("ComboKey3Mapping", &g_Config.iCombokey3, 0, true, true),
ConfigSetting("ComboKey4Mapping", &g_Config.iCombokey4, 0, true, true),
#if !defined(__SYMBIAN32__) && !defined(IOS) && !defined(MAEMO)
#if !defined(IOS) && !defined(MAEMO)
#if defined(_WIN32)
// A win32 user seeing touch controls is likely using PPSSPP on a tablet. There it makes
// sense to default this to on.
@@ -672,7 +667,7 @@ static ConfigSetting networkSettings[] = {
static int DefaultPSPModel() {
// TODO: Can probably default this on, but not sure about its memory differences.
#if !defined(_M_X64) && !defined(_WIN32) && !defined(__SYMBIAN32__)
#if !defined(_M_X64) && !defined(_WIN32)
return PSP_MODEL_FAT;
#else
return PSP_MODEL_SLIM;