mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #19314 from hrydgard/ios-app-switching-mode
Add setting to control the iOS app switching mode
This commit is contained in:
commit
630cae9616
53 changed files with 183 additions and 4 deletions
|
@ -231,6 +231,7 @@ enum class SystemNotification {
|
|||
ACTIVITY,
|
||||
UI_STATE_CHANGED,
|
||||
AUDIO_MODE_CHANGED,
|
||||
APP_SWITCH_MODE_CHANGED,
|
||||
};
|
||||
|
||||
// I guess it's not super great architecturally to centralize this, since it's not general - but same with a lot of
|
||||
|
|
|
@ -644,6 +644,10 @@ static const ConfigSetting graphicsSettings[] = {
|
|||
ConfigSetting("FullScreenMulti", &g_Config.bFullScreenMulti, false, CfgFlag::DEFAULT),
|
||||
#endif
|
||||
|
||||
#if PPSSPP_PLATFORM(IOS)
|
||||
ConfigSetting("AppSwitchMode", &g_Config.iAppSwitchMode, (int)AppSwitchMode::DOUBLE_SWIPE_INDICATOR, CfgFlag::DEFAULT),
|
||||
#endif
|
||||
|
||||
ConfigSetting("BufferFiltering", &g_Config.iDisplayFilter, SCALE_LINEAR, CfgFlag::PER_GAME),
|
||||
ConfigSetting("DisplayOffsetX", &g_Config.fDisplayOffsetX, 0.5f, CfgFlag::PER_GAME),
|
||||
ConfigSetting("DisplayOffsetY", &g_Config.fDisplayOffsetY, 0.5f, CfgFlag::PER_GAME),
|
||||
|
|
|
@ -210,6 +210,7 @@ public:
|
|||
|
||||
bool bTextureBackoffCache;
|
||||
bool bVertexDecoderJit;
|
||||
int iAppSwitchMode;
|
||||
bool bFullScreen;
|
||||
bool bFullScreenMulti;
|
||||
int iForceFullScreen = -1; // -1 = nope, 0 = force off, 1 = force on (not saved.)
|
||||
|
|
|
@ -126,6 +126,12 @@ enum class BackgroundAnimation {
|
|||
MOVING_BACKGROUND = 4,
|
||||
};
|
||||
|
||||
// iOS only
|
||||
enum class AppSwitchMode {
|
||||
SINGLE_SWIPE_NO_INDICATOR = 0,
|
||||
DOUBLE_SWIPE_INDICATOR = 1,
|
||||
};
|
||||
|
||||
// for Config.iShowStatusFlags
|
||||
enum class ShowStatusFlags {
|
||||
FPS_COUNTER = 1 << 1,
|
||||
|
|
|
@ -1048,6 +1048,17 @@ void GameSettingsScreen::CreateSystemSettings(UI::ViewGroup *systemSettings) {
|
|||
screenManager()->push(langScreen);
|
||||
return UI::EVENT_DONE;
|
||||
});
|
||||
|
||||
static const char *indicator[] = {
|
||||
"Swipe once to switch app (indicator auto-hides)",
|
||||
"Swipe twice to switch app (indicator stays visible)"
|
||||
};
|
||||
PopupMultiChoice *switchMode = systemSettings->Add(new PopupMultiChoice(&g_Config.iAppSwitchMode, sy->T("App switching mode"), indicator, 0, ARRAY_SIZE(indicator), I18NCat::SYSTEM, screenManager()));
|
||||
switchMode->OnChoice.Add([](EventParams &e) {
|
||||
System_Notify(SystemNotification::APP_SWITCH_MODE_CHANGED);
|
||||
return UI::EVENT_DONE;
|
||||
});
|
||||
|
||||
systemSettings->Add(new CheckBox(&g_Config.bUISound, sy->T("UI Sound")));
|
||||
const Path bgPng = GetSysDirectory(DIRECTORY_SYSTEM) / "background.png";
|
||||
const Path bgJpg = GetSysDirectory(DIRECTORY_SYSTEM) / "background.jpg";
|
||||
|
|
|
@ -1265,6 +1265,7 @@ Vulkan Features = Vulkan features
|
|||
(broken) = (متضرر)
|
||||
12HR = 12 ساعة
|
||||
24HR = 24 ساعة
|
||||
App switching mode = App switching mode
|
||||
Auto = تلقائي
|
||||
Auto Load Savestate = Auto load savestate
|
||||
AVI Dump started. = AVI dump started
|
||||
|
@ -1366,6 +1367,8 @@ Slot 4 = فتحة 4
|
|||
Slot 5 = فتحة 5
|
||||
Storage full = الذاكرة ممتلئة
|
||||
Sustained performance mode = وضع الأداء المتواصل
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = السمه
|
||||
Time Format = صيغة الوقت
|
||||
Transparent UI background = Transparent UI background
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Vulkan features
|
|||
(broken) = (broken)
|
||||
12HR = 12HR
|
||||
24HR = 24HR
|
||||
App switching mode = App switching mode
|
||||
Auto = Auto
|
||||
Auto Load Savestate = Auto load savestate
|
||||
AVI Dump started. = AVI dump started
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Storage full
|
||||
Sustained performance mode = Sustained performance mode
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Theme
|
||||
Time Format = Time format
|
||||
Transparent UI background = Transparent UI background
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Vulkan features
|
|||
(broken) = (broken)
|
||||
12HR = 12ч.
|
||||
24HR = 24ч.
|
||||
App switching mode = App switching mode
|
||||
Auto = Auto
|
||||
Auto Load Savestate = Auto load savestate
|
||||
AVI Dump started. = AVI dump started
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Storage full
|
||||
Sustained performance mode = Sustained performance mode
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Theme
|
||||
Time Format = Час
|
||||
Transparent UI background = Transparent UI background
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Vulkan features
|
|||
(broken) = (broken)
|
||||
12HR = 12HR
|
||||
24HR = 24HR
|
||||
App switching mode = App switching mode
|
||||
Auto = Auto
|
||||
Auto Load Savestate = Auto load savestate
|
||||
AVI Dump started. = AVI dump started
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Storage full
|
||||
Sustained performance mode = Sustained performance mode
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Theme
|
||||
Time Format = Time format
|
||||
Transparent UI background = Transparent UI background
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Vulkan features
|
|||
(broken) = (rozbité)
|
||||
12HR = 12HOD
|
||||
24HR = 24HOD
|
||||
App switching mode = App switching mode
|
||||
Auto = Auto
|
||||
Auto Load Savestate = Auto load savestate
|
||||
AVI Dump started. = AVI dump started
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Úložiště je plné
|
||||
Sustained performance mode = Sustained performance mode
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Theme
|
||||
Time Format = Formát času
|
||||
Transparent UI background = Transparent UI background
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Vulkan features
|
|||
(broken) = (ødelagt)
|
||||
12HR = 12 timer
|
||||
24HR = 24 timer
|
||||
App switching mode = App switching mode
|
||||
Auto = Auto
|
||||
Auto Load Savestate = Auto load savestate
|
||||
AVI Dump started. = AVI Dump startet.
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Storage full
|
||||
Sustained performance mode = Sustained performance mode
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Theme
|
||||
Time Format = Tidsformat
|
||||
Transparent UI background = Transparent UI background
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Vulkan Besonderheiten
|
|||
(broken) = (kaputt)
|
||||
12HR = 12 Std
|
||||
24HR = 24 Std
|
||||
App switching mode = App switching mode
|
||||
Auto = Auto
|
||||
Auto Load Savestate = Spielstand automatisch laden
|
||||
AVI Dump started. = AVI Dump gestartet.
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Speicherplatz voll
|
||||
Sustained performance mode = Anhaltener Hochleistungsmodus
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Theme
|
||||
Time Format = Zeitformat
|
||||
Transparent UI background = Menü Hintergrund transparent
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Vulkan features
|
|||
(broken) = (broken)
|
||||
12HR = 12jang
|
||||
24HR = 24jang
|
||||
App switching mode = App switching mode
|
||||
Auto = Auto
|
||||
Auto Load Savestate = Auto load savestate
|
||||
AVI Dump started. = AVI dump started
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Storage full
|
||||
Sustained performance mode = Sustained performance mode
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Theme
|
||||
Time Format = Matumbai to wattu?
|
||||
Transparent UI background = Transparent UI background
|
||||
|
|
|
@ -1273,6 +1273,7 @@ Display Color Formats = Display Color Formats
|
|||
(broken) = (broken)
|
||||
12HR = 12HR
|
||||
24HR = 24HR
|
||||
App switching mode = App switching mode
|
||||
Auto = Auto
|
||||
Auto Load Savestate = Auto load savestate
|
||||
AVI Dump started. = AVI dump started
|
||||
|
@ -1371,6 +1372,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Storage full
|
||||
Sustained performance mode = Sustained performance mode
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Time Format = Time format
|
||||
Transparent UI background = Transparent UI background
|
||||
UI = UI
|
||||
|
|
|
@ -1258,6 +1258,7 @@ Vulkan Features = Funciones Vulkan
|
|||
(broken) = (roto)
|
||||
12HR = 12 horas
|
||||
24HR = 24 horas
|
||||
App switching mode = App switching mode
|
||||
Auto = Automático
|
||||
Auto Load Savestate = Carga automática de estados de guardado
|
||||
AVI Dump started. = Grabación iniciada.
|
||||
|
@ -1359,6 +1360,8 @@ Slot 4 = Ranura 4
|
|||
Slot 5 = Ranura 5
|
||||
Storage full = No queda espacio
|
||||
Sustained performance mode = Modo de rendimiento sostenido
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Tema
|
||||
Time Format = Formato de hora
|
||||
Transparent UI background = Fondo transparente
|
||||
|
|
|
@ -1259,6 +1259,7 @@ Vulkan Features = Funciones Vulkan
|
|||
(broken) = (dañado)
|
||||
12HR = 12HR
|
||||
24HR = 24HR
|
||||
App switching mode = App switching mode
|
||||
Auto = Automático
|
||||
Auto Load Savestate = Carga automática de estados de guardado
|
||||
AVI Dump started. = Grabación iniciada.
|
||||
|
@ -1360,6 +1361,8 @@ Slot 4 = Ranura 4
|
|||
Slot 5 = Ranura 5
|
||||
Storage full = Almacenamiento lleno
|
||||
Sustained performance mode = Modo de rendimiento sostenido
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Theme
|
||||
Time Format = Formato de hora
|
||||
Transparent UI background = Transparent UI background
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Vulkan features
|
|||
(broken) = (broken)
|
||||
12HR = 12 ساعت
|
||||
24HR = 24 ساعت
|
||||
App switching mode = App switching mode
|
||||
Auto = خودکار
|
||||
Auto Load Savestate = Auto load savestate
|
||||
AVI Dump started. = AVI dump started
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = حاقظه پر است
|
||||
Sustained performance mode = حالت عملکرد پایدار
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = تم برنامه
|
||||
Time Format = فرمت زمان
|
||||
Transparent UI background = بدون پس زمینه شفاف
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Vulkan features
|
|||
(broken) = (rikki)
|
||||
12HR = 12HR
|
||||
24HR = 24HR
|
||||
App switching mode = App switching mode
|
||||
Auto = Automaattinen
|
||||
Auto Load Savestate = Lataa tilatallennus automaattisesti
|
||||
AVI Dump started. = AVI-tallennus aloitettu.
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = Lohko 4
|
|||
Slot 5 = Lohko 5
|
||||
Storage full = Tallennustila täynnä
|
||||
Sustained performance mode = Jatkuva suorituskykytila
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Teema
|
||||
Time Format = Ajan muoto
|
||||
Transparent UI background = Läpinäkyvä käyttöliittymän tausta
|
||||
|
|
|
@ -1248,6 +1248,7 @@ Vulkan Features = Fonctionnalités Vulkan
|
|||
(broken) = (cassé)
|
||||
12HR = 12h
|
||||
24HR = 24h
|
||||
App switching mode = App switching mode
|
||||
Auto = Automatique
|
||||
Auto Load Savestate = Charger un état automatiquement
|
||||
AVI Dump started. = Dump AVI démarré
|
||||
|
@ -1349,6 +1350,8 @@ Slot 4 = Emplacement 4
|
|||
Slot 5 = Emplacement 5
|
||||
Storage full = Espace de stockage plein.
|
||||
Sustained performance mode = Mode performance prolongée
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Theme
|
||||
Time Format = Format de l'heure
|
||||
Transparent UI background = Transparent UI background
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Vulkan features
|
|||
(broken) = (broken)
|
||||
12HR = 12 hrs
|
||||
24HR = 24 hrs
|
||||
App switching mode = App switching mode
|
||||
Auto = Auto
|
||||
Auto Load Savestate = Auto load savestate
|
||||
AVI Dump started. = AVI dump started
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Storage full
|
||||
Sustained performance mode = Sustained performance mode
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Theme
|
||||
Time Format = Formato de hora
|
||||
Transparent UI background = Transparent UI background
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Δυνατότητες Vulkan
|
|||
(broken) = (εσφαλμένο)
|
||||
12HR = 12ωρο
|
||||
24HR = 24ωρο
|
||||
App switching mode = App switching mode
|
||||
Auto = Auto
|
||||
Auto Load Savestate = Auto load savestate
|
||||
AVI Dump started. = Καταγραφή AVI ξεκίνησε.
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Μνήμη πλήρης
|
||||
Sustained performance mode = Διατηρημένη λειτουργία απόδοσης
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Theme
|
||||
Time Format = Μορφή Ώρας
|
||||
Transparent UI background = Transparent UI background
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Vulkan features
|
|||
(broken) = (broken)
|
||||
12HR = PM/FM
|
||||
24HR = 24HR
|
||||
App switching mode = App switching mode
|
||||
Auto = Auto
|
||||
Auto Load Savestate = Auto load savestate
|
||||
AVI Dump started. = AVI dump started
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Storage full
|
||||
Sustained performance mode = Sustained performance mode
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Theme
|
||||
Time Format = תבנית זמן
|
||||
Transparent UI background = Transparent UI background
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Vulkan features
|
|||
(broken) = (broken)
|
||||
12HR = PM/FM
|
||||
24HR = 24HR
|
||||
App switching mode = App switching mode
|
||||
Auto = Auto
|
||||
Auto Load Savestate = Auto load savestate
|
||||
AVI Dump started. = AVI dump started
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Storage full
|
||||
Sustained performance mode = Sustained performance mode
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Theme
|
||||
Time Format = ןמז תינבת
|
||||
Transparent UI background = Transparent UI background
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Vulkan svojstva
|
|||
(broken) = (broken)
|
||||
12HR = 12HR
|
||||
24HR = 24HR
|
||||
App switching mode = App switching mode
|
||||
Auto = Auto
|
||||
Auto Load Savestate = Auto učitaj savestate
|
||||
AVI Dump started. = AVI dump započelo
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = Mjesto 4
|
|||
Slot 5 = Mjesto 5
|
||||
Storage full = Prostor pun
|
||||
Sustained performance mode = Način održive performanse
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Theme
|
||||
Time Format = Format vremena
|
||||
Transparent UI background = Transparent UI background
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Vulkan funkciók
|
|||
(broken) = (nem működik)
|
||||
12HR = 12ó
|
||||
24HR = 24ó
|
||||
App switching mode = App switching mode
|
||||
Auto = Auto
|
||||
Auto Load Savestate = Állapotmentés automatikus betöltése
|
||||
AVI Dump started. = AVI írás indítva
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Tárhely megtelt
|
||||
Sustained performance mode = Fentartott teljesítmény mód
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Theme
|
||||
Time Format = Idő formátuma
|
||||
Transparent UI background = Transparent UI background
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Fitur-fitur Vulkan
|
|||
(broken) = (rusak)
|
||||
12HR = 12 jam
|
||||
24HR = 24 jam
|
||||
App switching mode = App switching mode
|
||||
Auto = Otomatis
|
||||
Auto Load Savestate = Muat otomatis simpanan status
|
||||
AVI Dump started. = Pembuangan AVI dimulai.
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Penyimpanan penuh
|
||||
Sustained performance mode = Mode kinerja berkelanjutan
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Tema
|
||||
Time Format = Format waktu
|
||||
Transparent UI background = Transparent UI background
|
||||
|
|
|
@ -1258,6 +1258,7 @@ Vulkan Features = Funzionalità Vulkan
|
|||
(broken) = (rotto)
|
||||
12HR = 12 ore
|
||||
24HR = 24 ore
|
||||
App switching mode = App switching mode
|
||||
Auto = Automatico
|
||||
Auto Load Savestate = Carica automaticam. uno stato
|
||||
AVI Dump started. = Dump AVI avviato
|
||||
|
@ -1315,6 +1316,8 @@ Recording = Recording
|
|||
RetroAchievements = RetroAchievements
|
||||
Set Memory Stick folder = Imposta la cartella della Memory Stick
|
||||
Show Memory Stick folder = Mostra cartella Memory Stick
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Tema
|
||||
Transparent UI background = Sfondo trasparente dell'interfaccia
|
||||
UI = Interfaccia
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Vulkanの機能
|
|||
(broken) = (壊れています)
|
||||
12HR = 12時間
|
||||
24HR = 24時間
|
||||
App switching mode = App switching mode
|
||||
Auto = 自動
|
||||
Auto Load Savestate = 自動的にセーブステートをロードする
|
||||
AVI Dump started. = AVIダンプを開始しました
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = スロット4
|
|||
Slot 5 = スロット5
|
||||
Storage full = ストレージが一杯です
|
||||
Sustained performance mode = パフォーマンス維持モード
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = UIのテーマ
|
||||
Time Format = 時刻の形式
|
||||
Transparent UI background = 透明なUI背景
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Vulkan features
|
|||
(broken) = (broken)
|
||||
12HR = 12-Jam
|
||||
24HR = 24-Jam
|
||||
App switching mode = App switching mode
|
||||
Auto = Otomatis
|
||||
Auto Load Savestate = Auto load savestate
|
||||
AVI Dump started. = AVI dump started
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Penyimpenan lengkap
|
||||
Sustained performance mode = Sustained performance mode
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Theme
|
||||
Time Format = Format wektu
|
||||
Transparent UI background = Transparent UI background
|
||||
|
|
|
@ -1249,6 +1249,7 @@ Display Color Formats = 디스플레이 색상 형식
|
|||
(broken) = (고장)
|
||||
12HR = 12시간
|
||||
24HR = 24시간
|
||||
App switching mode = App switching mode
|
||||
Auto = 자동
|
||||
Auto Load Savestate = 상태 저장 자동 불러오기
|
||||
AVI Dump started. = AVI 덤프가 시작됨
|
||||
|
@ -1347,6 +1348,8 @@ Slot 4 = 슬롯 4
|
|||
Slot 5 = 슬롯 5
|
||||
Storage full = 저장 공간 가득 참
|
||||
Sustained performance mode = 지속 성능 모드
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Time Format = 시간 형식
|
||||
Transparent UI background = 투명한 UI 배경
|
||||
UI = UI
|
||||
|
|
|
@ -1263,6 +1263,7 @@ Display Color Formats = Display Color Formats
|
|||
(broken) = (broken)
|
||||
12HR = 12 کاتژمێری
|
||||
24HR = 24 کاتژمێری
|
||||
App switching mode = App switching mode
|
||||
Auto = Auto
|
||||
Auto Load Savestate = Auto load savestate
|
||||
AVI Dump started. = AVI dump started
|
||||
|
@ -1361,6 +1362,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Storage full
|
||||
Sustained performance mode = Sustained performance mode
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Time Format = شێوازی کاتژمێر
|
||||
Transparent UI background = ڕوون(شەفاف) UI باکگراوندێکی
|
||||
UI = UI
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Vulkan features
|
|||
(broken) = (ເສຍຫາຍ)
|
||||
12HR = 12 ຊົ່ວໂມງ
|
||||
24HR = 24 ຊົ່ວໂມງ
|
||||
App switching mode = App switching mode
|
||||
Auto = ອັດຕະໂນມັດ
|
||||
Auto Load Savestate = Auto load savestate
|
||||
AVI Dump started. = ເລີ່ມຖ່າຍໂອນຂໍ້ມູນ AVI ແລ້ວ.
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = ບ່ອນເກັບຂໍ້ມູນເຕັມ
|
||||
Sustained performance mode = Sustained performance mode
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Theme
|
||||
Time Format = ຮູບແບບເວລາ
|
||||
Transparent UI background = Transparent UI background
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Vulkan features
|
|||
(broken) = (broken)
|
||||
12HR = 12HR
|
||||
24HR = 24HR
|
||||
App switching mode = App switching mode
|
||||
Auto = Auto
|
||||
Auto Load Savestate = Auto load savestate
|
||||
AVI Dump started. = AVI dump started
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Storage full
|
||||
Sustained performance mode = Sustained performance mode
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Theme
|
||||
Time Format = Laiko formatas
|
||||
Transparent UI background = Transparent UI background
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Vulkan features
|
|||
(broken) = (broken)
|
||||
12HR = 12 JAM
|
||||
24HR = 24 JAM
|
||||
App switching mode = App switching mode
|
||||
Auto = Auto
|
||||
Auto Load Savestate = Auto load savestate
|
||||
AVI Dump started. = AVI dump started
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Storage full
|
||||
Sustained performance mode = Sustained performance mode
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Theme
|
||||
Time Format = Format waktu
|
||||
Transparent UI background = Transparent UI background
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Vulkan-functies
|
|||
(broken) = (defect)
|
||||
12HR = 12-uursweergave
|
||||
24HR = 24-uursweergave
|
||||
App switching mode = App switching mode
|
||||
Auto = Auto
|
||||
Auto Load Savestate = Auto load savestate
|
||||
AVI Dump started. = AVI-dump gestart
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Onvoldoende opslagruimte
|
||||
Sustained performance mode = Aanhoudende prestatiemodus
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Theme
|
||||
Time Format = Tijdweergave
|
||||
Transparent UI background = Transparent UI background
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Vulkan features
|
|||
(broken) = (broken)
|
||||
12HR = 12HR
|
||||
24HR = 24HR
|
||||
App switching mode = App switching mode
|
||||
Auto = Auto
|
||||
Auto Load Savestate = Auto load savestate
|
||||
AVI Dump started. = AVI dump started
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Storage full
|
||||
Sustained performance mode = Sustained performance mode
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Theme
|
||||
Time Format = Time format
|
||||
Transparent UI background = Transparent UI background
|
||||
|
|
|
@ -1262,6 +1262,7 @@ Vulkan Features = Opcje Vulkana
|
|||
(broken) = (nie działa)
|
||||
12HR = 12 godzinny
|
||||
24HR = 24 godzinny
|
||||
App switching mode = App switching mode
|
||||
Auto = Automatyczny
|
||||
Auto Load Savestate = Automatyczne wczytywanie stanów zapisu
|
||||
AVI Dump started. = Rozpoczęto zrzut do AVI
|
||||
|
@ -1363,6 +1364,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Dysk zapełniony
|
||||
Sustained performance mode = Tryb wysokiej wydajności
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Motyw
|
||||
Time Format = Format czasu
|
||||
Transparent UI background = Przezroczyste tło interfejsu użytkownika
|
||||
|
|
|
@ -1273,6 +1273,7 @@ Display Color Formats = Exibir Formatos das Cores
|
|||
(broken) = (quebrado)
|
||||
12HR = 12 HRs
|
||||
24HR = 24 HRs
|
||||
App switching mode = App switching mode
|
||||
Auto = Auto
|
||||
Auto Load Savestate = Auto-carregar o state salvo
|
||||
AVI Dump started. = Dump do AVI iniciado
|
||||
|
@ -1371,6 +1372,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Armazenamento cheio
|
||||
Sustained performance mode = Modo da performance sustentada
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Time Format = Formato da hora
|
||||
Transparent UI background = 2º plano transparente da interface do usuário
|
||||
UI = Interface do usuário
|
||||
|
|
|
@ -1275,6 +1275,7 @@ Display Color Formats = Mostrar Formatos das Cores
|
|||
(broken) = (quebrado)
|
||||
12HR = 12 HRs
|
||||
24HR = 24 HRs
|
||||
App switching mode = App switching mode
|
||||
Auto = Automático
|
||||
Auto Load Savestate = Carregar automaticamente o Estado salvo
|
||||
AVI Dump started. = Dump do AVI iniciado
|
||||
|
@ -1373,6 +1374,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Armazenamento cheio
|
||||
Sustained performance mode = Modo de performance sustentado
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Time Format = Formato da hora
|
||||
Transparent UI background = Cenário de fundo da interface do usuário transparente
|
||||
UI = Interface do usuário
|
||||
|
|
|
@ -1258,6 +1258,7 @@ Vulkan Features = Vulkan features
|
|||
(broken) = (broken)
|
||||
12HR = 12HR
|
||||
24HR = 24HR
|
||||
App switching mode = App switching mode
|
||||
Auto = Auto
|
||||
Auto Load Savestate = Auto load savestate
|
||||
AVI Dump started. = AVI dump started
|
||||
|
@ -1359,6 +1360,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Stocare plină
|
||||
Sustained performance mode = Sustained performance mode
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Theme
|
||||
Time Format = Format timp
|
||||
Transparent UI background = Transparent UI background
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Возможности Vulkan
|
|||
(broken) = (сломано)
|
||||
12HR = 12-часовой
|
||||
24HR = 24-часовой
|
||||
App switching mode = App switching mode
|
||||
Auto = Авто
|
||||
Auto Load Savestate = Автозагрузка состояния
|
||||
AVI Dump started. = Дамп AVI запущен
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = Слот 4
|
|||
Slot 5 = Слот 5
|
||||
Storage full = Диск заполнен
|
||||
Sustained performance mode = Режим длительной работы
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Тема
|
||||
Time Format = Формат времени
|
||||
Transparent UI background = Прозрачный фон интерфейса
|
||||
|
|
|
@ -1258,6 +1258,7 @@ Vulkan Features = Vulkan-features
|
|||
(broken) = (broken)
|
||||
12HR = 12HR
|
||||
24HR = 24HR
|
||||
App switching mode = App switching mode
|
||||
Auto = Auto
|
||||
Auto Load Savestate = Ladda savestate automatiskt
|
||||
AVI Dump started. = AVI dump started
|
||||
|
@ -1359,6 +1360,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Lagringsutrymme fullt
|
||||
Sustained performance mode = Sustained performance mode
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Tema
|
||||
Time Format = Tidsformat
|
||||
Transparent UI background = Genomskinlig UI-bakground
|
||||
|
|
|
@ -1260,6 +1260,7 @@ Vulkan Features = Mga Features ni Vulkan
|
|||
(broken) = (sira)
|
||||
12HR = 12 Oras
|
||||
24HR = 24 Oras
|
||||
App switching mode = App switching mode
|
||||
Auto = Awto
|
||||
Auto Load Savestate = Awtomatik na pag load sa savestate
|
||||
AVI Dump started. = Nasimula na ang AVI dump
|
||||
|
@ -1361,6 +1362,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Puno na ang storage
|
||||
Sustained performance mode = Buksan ang 'Sustained performance mode'
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Theme
|
||||
Time Format = Pormat ng oras
|
||||
Transparent UI background = Transparent na UI background
|
||||
|
|
|
@ -1283,6 +1283,7 @@ Warning = คำเตือน
|
|||
(broken) = (เสียหาย)
|
||||
12HR = 12 ชั่วโมง
|
||||
24HR = 24 ชั่วโมง
|
||||
App switching mode = App switching mode
|
||||
Auto = อัตโนมัติ
|
||||
Auto Load Savestate = โหลดเซฟสเตทให้อัตโนมัติ
|
||||
AVI Dump started. = เริ่มการอัดบันทึกวีดีโอ
|
||||
|
@ -1384,6 +1385,8 @@ Slot 4 = เซฟช่องที่ 4
|
|||
Slot 5 = เซฟช่องที่ 5
|
||||
Storage full = ที่เก็บข้อมูลเต็ม
|
||||
Sustained performance mode = โหมดประสิทธิภาพที่ยั่งยืน
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = ธีม
|
||||
Time Format = รูปแบบเวลา
|
||||
Transparent UI background = พื้นหลังของอินเตอร์เฟซแบบโปร่งใส
|
||||
|
|
|
@ -1258,6 +1258,7 @@ Vulkan Features = Vulkan özellikleri
|
|||
(broken) = (bozuk)
|
||||
12HR = 12 saat
|
||||
24HR = 24 saat
|
||||
App switching mode = App switching mode
|
||||
Auto = Otomatik
|
||||
Auto Load Savestate = Otomatik durum kaydı yükle
|
||||
AVI Dump started. = AVI kaydı başladı.
|
||||
|
@ -1359,6 +1360,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Depolama dolu
|
||||
Sustained performance mode = Sürekli performans modu
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Tema
|
||||
Time Format = Zaman biçimi
|
||||
Transparent UI background = Şeffaf arayüz arkaplanı
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Особливості Vulkan
|
|||
(broken) = (зламано)
|
||||
12HR = 12 годин
|
||||
24HR = 24 години
|
||||
App switching mode = App switching mode
|
||||
Auto = Авто
|
||||
Auto Load Savestate = Автоматичне завантаження збережень
|
||||
AVI Dump started. = Дамп AVI запущено
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = Слот 4
|
|||
Slot 5 = Слот 5
|
||||
Storage full = Пам'ять заповнено
|
||||
Sustained performance mode = Режим тривалої роботи
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Theme
|
||||
Time Format = Формат часу
|
||||
Transparent UI background = Transparent UI background
|
||||
|
|
|
@ -1257,6 +1257,7 @@ Vulkan Features = Tính năng Vulkan
|
|||
(broken) = (Bị hỏng)
|
||||
12HR = 12H
|
||||
24HR = 24H
|
||||
App switching mode = App switching mode
|
||||
Auto = Tự động
|
||||
Auto Load Savestate = Auto load savestate
|
||||
AVI Dump started. = Đưa AVI vào bắt đầu
|
||||
|
@ -1358,6 +1359,8 @@ Slot 4 = Slot 4
|
|||
Slot 5 = Slot 5
|
||||
Storage full = Bộ nhớ đầy
|
||||
Sustained performance mode = Chế độ hiệu suất duy trì
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Theme = Theme
|
||||
Time Format = Chỉnh định dạng thời gian (12/24)
|
||||
Transparent UI background = Transparent UI background
|
||||
|
|
|
@ -1250,6 +1250,7 @@ No GPU driver bugs detected = GPU驱动运行良好
|
|||
(broken) = (损坏)
|
||||
12HR = 12小时制
|
||||
24HR = 24小时制
|
||||
App switching mode = App switching mode
|
||||
Auto = 自动
|
||||
Auto Load Savestate = 自动载入即时存档
|
||||
AVI Dump started. = AVI转储开始
|
||||
|
@ -1351,6 +1352,8 @@ Slot 4 = 插槽4
|
|||
Slot 5 = 插槽5
|
||||
Storage full = 存储空间已满
|
||||
Sustained performance mode = 持续性能模式 (使长时间运行的应用运行更流畅)
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Time Format = 时间格式
|
||||
Transparent UI background = 游戏时使用半透明界面
|
||||
UI = 用户界面
|
||||
|
|
|
@ -1249,6 +1249,7 @@ Display Color Formats = 顯示器色彩格式
|
|||
(broken) = (已損毀)
|
||||
12HR = 12 小時制
|
||||
24HR = 24 小時制
|
||||
App switching mode = App switching mode
|
||||
Auto = 自動
|
||||
Auto Load Savestate = 自動載入存檔
|
||||
AVI Dump started. = AVI 傾印已啟動
|
||||
|
@ -1347,6 +1348,8 @@ Slot 4 = 插槽 4
|
|||
Slot 5 = 插槽 5
|
||||
Storage full = 儲存空間已滿
|
||||
Sustained performance mode = 持續效能模式
|
||||
Swipe once to switch app (indicator auto-hides) = Swipe once to switch app (indicator auto-hides)
|
||||
Swipe twice to switch app (indicator stays visible) = Swipe twice to switch app (indicator stays visible)
|
||||
Time Format = 時間格式
|
||||
Transparent UI background = 透明 UI 背景
|
||||
UI = UI
|
||||
|
|
|
@ -134,8 +134,16 @@ id<PPSSPPViewController> sharedViewController;
|
|||
}
|
||||
|
||||
- (BOOL)prefersHomeIndicatorAutoHidden {
|
||||
// Would love to hide it, but it prevents the double-swipe protection from working.
|
||||
return NO;
|
||||
if (g_Config.iAppSwitchMode == (int)AppSwitchMode::DOUBLE_SWIPE_INDICATOR) {
|
||||
return NO;
|
||||
} else {
|
||||
return YES;
|
||||
}
|
||||
}
|
||||
|
||||
- (void)appSwitchModeChanged
|
||||
{
|
||||
[self setNeedsUpdateOfHomeIndicatorAutoHidden];
|
||||
}
|
||||
|
||||
- (void)shareText:(NSString *)text {
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
- (void)stopLocation;
|
||||
- (void)startVideo:(int)width height:(int)height;
|
||||
- (void)stopVideo;
|
||||
- (void)appSwitchModeChanged;
|
||||
|
||||
// Forwarded from the AppDelegate
|
||||
- (void)didBecomeActive;
|
||||
|
|
|
@ -481,8 +481,16 @@ void VulkanRenderLoop(IOSVulkanContext *graphicsContext, CAMetalLayer *metalLaye
|
|||
}
|
||||
|
||||
- (BOOL)prefersHomeIndicatorAutoHidden {
|
||||
// Would love to hide it, but it prevents the double-swipe protection from working.
|
||||
return NO;
|
||||
if (g_Config.iAppSwitchMode == (int)AppSwitchMode::DOUBLE_SWIPE_INDICATOR) {
|
||||
return NO;
|
||||
} else {
|
||||
return YES;
|
||||
}
|
||||
}
|
||||
|
||||
- (void)appSwitchModeChanged
|
||||
{
|
||||
[self setNeedsUpdateOfHomeIndicatorAutoHidden];
|
||||
}
|
||||
|
||||
- (void)shareText:(NSString *)text {
|
||||
|
|
|
@ -387,6 +387,13 @@ bool System_GetPropertyBool(SystemProperty prop) {
|
|||
|
||||
void System_Notify(SystemNotification notification) {
|
||||
switch (notification) {
|
||||
case SystemNotification::APP_SWITCH_MODE_CHANGED:
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
if (sharedViewController) {
|
||||
[sharedViewController appSwitchModeChanged];
|
||||
}
|
||||
});
|
||||
break;
|
||||
case SystemNotification::UI_STATE_CHANGED:
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
if (sharedViewController) {
|
||||
|
|
Loading…
Add table
Reference in a new issue