diff --git a/UI/DebugOverlay.cpp b/UI/DebugOverlay.cpp index 5b33626943b9..1405c4d03ef1 100644 --- a/UI/DebugOverlay.cpp +++ b/UI/DebugOverlay.cpp @@ -259,7 +259,7 @@ static const char *CPUCoreAsString(int core) { case 0: return "Interpreter"; case 1: return "JIT"; case 2: return "IR Interpreter"; - case 3: return "JIT Using IR"; + case 3: return "JIT using IR"; default: return "N/A"; } } diff --git a/UI/DevScreens.cpp b/UI/DevScreens.cpp index 68963782ff99..107e0af42551 100644 --- a/UI/DevScreens.cpp +++ b/UI/DevScreens.cpp @@ -818,7 +818,7 @@ void SystemInfoScreen::CreateTabs() { enabledExtensions->Add(new TextView(extension, new LayoutParams(FILL_PARENT, WRAP_CONTENT)))->SetFocusable(true); } // Also get instance extensions - enabledExtensions->Add(new ItemHeader("Instance")); + enabledExtensions->Add(new ItemHeader(si->T("Instance"))); extensions = draw->GetExtensionList(false, true); std::sort(extensions.begin(), extensions.end()); for (auto &extension : extensions) { diff --git a/UI/GameSettingsScreen.cpp b/UI/GameSettingsScreen.cpp index 111bec62ad19..984c0f827bf1 100644 --- a/UI/GameSettingsScreen.cpp +++ b/UI/GameSettingsScreen.cpp @@ -1751,8 +1751,8 @@ void DeveloperToolsScreen::CreateViews() { // iOS can now use JIT on all modes, apparently. // The bool may come in handy for future non-jit platforms though (UWP XB1?) - static const char *cpuCores[] = {"Interpreter", "Dynarec/JIT (recommended)", "IR Interpreter", "JIT Using IR"}; - PopupMultiChoice *core = list->Add(new PopupMultiChoice(&g_Config.iCpuCore, gr->T("CPU Core"), cpuCores, 0, ARRAY_SIZE(cpuCores), I18NCat::SYSTEM, screenManager())); + static const char *cpuCores[] = {"Interpreter", "Dynarec/JIT (recommended)", "IR Interpreter", "JIT using IR"}; + PopupMultiChoice *core = list->Add(new PopupMultiChoice(&g_Config.iCpuCore, sy->T("CPU Core"), cpuCores, 0, ARRAY_SIZE(cpuCores), I18NCat::SYSTEM, screenManager())); core->OnChoice.Handle(this, &DeveloperToolsScreen::OnJitAffectingSetting); core->OnChoice.Add([](UI::EventParams &) { g_Config.NotifyUpdatedCpuCore(); diff --git a/assets/lang/ar_AE.ini b/assets/lang/ar_AE.ini index c873ea40586e..7033a158398f 100644 --- a/assets/lang/ar_AE.ini +++ b/assets/lang/ar_AE.ini @@ -1216,6 +1216,7 @@ GPU Information = GPU information High precision float range = High precision float range High precision int range = High precision int range Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Lang/Region Memory Page Size = Memory page size @@ -1267,6 +1268,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = ‎اللغة Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Memory Stick folder diff --git a/assets/lang/az_AZ.ini b/assets/lang/az_AZ.ini index 280dddefe659..f93ecf887ede 100644 --- a/assets/lang/az_AZ.ini +++ b/assets/lang/az_AZ.ini @@ -1208,6 +1208,7 @@ GPU Information = GPU information High precision float range = High precision float range High precision int range = High precision int range Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Lang/Region Memory Page Size = Memory page size @@ -1259,6 +1260,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = Language Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Memory Stick folder diff --git a/assets/lang/bg_BG.ini b/assets/lang/bg_BG.ini index 151a8a943a24..1d0edc181a9a 100644 --- a/assets/lang/bg_BG.ini +++ b/assets/lang/bg_BG.ini @@ -1208,6 +1208,7 @@ GPU Information = GPU information High precision float range = High precision float range High precision int range = High precision int range Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Lang/Region Memory Page Size = Memory page size @@ -1259,6 +1260,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = Език Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Memory Stick folder diff --git a/assets/lang/ca_ES.ini b/assets/lang/ca_ES.ini index 7a2637660cec..ed8444df110a 100644 --- a/assets/lang/ca_ES.ini +++ b/assets/lang/ca_ES.ini @@ -1208,6 +1208,7 @@ GPU Information = GPU information High precision float range = High precision float range High precision int range = High precision int range Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Lang/Region Memory Page Size = Memory page size @@ -1259,6 +1260,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = Llengua Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Memory Stick folder diff --git a/assets/lang/cz_CZ.ini b/assets/lang/cz_CZ.ini index 99967da1b8bf..65d518c3fc87 100644 --- a/assets/lang/cz_CZ.ini +++ b/assets/lang/cz_CZ.ini @@ -1208,6 +1208,7 @@ GPU Information = GPU information High precision float range = High precision float range High precision int range = High precision int range Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Lang/Region Memory Page Size = Memory page size @@ -1259,6 +1260,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = Jazyk Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Memory Stick folder diff --git a/assets/lang/da_DK.ini b/assets/lang/da_DK.ini index 67a71aded0ef..17e23a602a4f 100644 --- a/assets/lang/da_DK.ini +++ b/assets/lang/da_DK.ini @@ -1208,6 +1208,7 @@ GPU Information = GPU information High precision float range = High precision float range High precision int range = High precision int range Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Lang/Region Memory Page Size = Memory page size @@ -1259,6 +1260,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = Sprog Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Memory Stick folder diff --git a/assets/lang/de_DE.ini b/assets/lang/de_DE.ini index ea246881f32e..8b8e674a8a76 100644 --- a/assets/lang/de_DE.ini +++ b/assets/lang/de_DE.ini @@ -1208,6 +1208,7 @@ GPU Information = GPU Information High precision float range = High precision float range High precision int range = High precision int range Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Sprache/Region Memory Page Size = Seitengröße des Speichers @@ -1259,6 +1260,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = Sprache Loaded plugin: %1 = Plugin geladen: %1 Memory Stick folder = Memory Stick Ordner diff --git a/assets/lang/dr_ID.ini b/assets/lang/dr_ID.ini index ac4dc873f4dd..aca50240e4d7 100644 --- a/assets/lang/dr_ID.ini +++ b/assets/lang/dr_ID.ini @@ -1208,6 +1208,7 @@ GPU Information = GPU information High precision float range = High precision float range High precision int range = High precision int range Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Lang/Region Memory Page Size = Memory page size @@ -1259,6 +1260,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = Bahasa Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Memory Stick folder diff --git a/assets/lang/en_US.ini b/assets/lang/en_US.ini index 00eb19f62218..d16e91805d8e 100644 --- a/assets/lang/en_US.ini +++ b/assets/lang/en_US.ini @@ -1223,6 +1223,7 @@ GPU Information = GPU information High precision float range = High precision float range High precision int range = High precision int range Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Lang/Region Memory Page Size = Memory page size @@ -1269,6 +1270,7 @@ Cache ISO in RAM = Cache full ISO in RAM Change CPU Clock = Change emulated PSP's CPU clock (unstable) CPU Core = CPU core Dynarec/JIT (recommended) = Dynarec/JIT (recommended) +JIT using IR = JIT using IR Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Memory Stick folder Memory Stick size = Memory Stick size diff --git a/assets/lang/es_ES.ini b/assets/lang/es_ES.ini index 70cf909e7e4a..a53ac173d933 100644 --- a/assets/lang/es_ES.ini +++ b/assets/lang/es_ES.ini @@ -1209,6 +1209,7 @@ GPU Information = Información de la GPU High precision float range = Rango de alta precisión (flotante) High precision int range = Rango de alta precisión (enteros) Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Idioma/Región Memory Page Size = Tamaño de página de memoria @@ -1260,6 +1261,7 @@ Error: load undo state is from a different game = Error: el estado es de otro ju Failed to load state for load undo. Error in the file system. = Falló la reversión del estado debido a un error del archivo. Floating symbols = Símbolos flotantes Game crashed = El juego se ha colgado +JIT using IR = JIT using IR Language = Idioma Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Directorio de Memory Stick diff --git a/assets/lang/es_LA.ini b/assets/lang/es_LA.ini index 1eff71230a09..8a0c52e9a37f 100644 --- a/assets/lang/es_LA.ini +++ b/assets/lang/es_LA.ini @@ -1210,6 +1210,7 @@ GPU Information = Info de GPU High precision float range = Rango de alta precisión (flotante) High precision int range = Rango de alta precisión (enteros) Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Idioma/Región Memory Page Size = Tamaño de página de memoria @@ -1261,6 +1262,7 @@ Error: load undo state is from a different game = Error: el estado es de otro ju Failed to load state for load undo. Error in the file system. = Falló la reversión del estado debido a un error del archivo. Floating symbols = Símbolos flotantes Game crashed = Game crashed +JIT using IR = JIT using IR Language = Idioma Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Carpeta del Memory Stick diff --git a/assets/lang/fa_IR.ini b/assets/lang/fa_IR.ini index acb9855b05b9..5db75f0c48ea 100644 --- a/assets/lang/fa_IR.ini +++ b/assets/lang/fa_IR.ini @@ -1208,6 +1208,7 @@ GPU Information = GPU information High precision float range = High precision float range High precision int range = High precision int range Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Lang/Region Memory Page Size = Memory page size @@ -1259,6 +1260,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = ‎زبان Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Memory Stick folder diff --git a/assets/lang/fi_FI.ini b/assets/lang/fi_FI.ini index 485acd68527e..20e05d8ccbc8 100644 --- a/assets/lang/fi_FI.ini +++ b/assets/lang/fi_FI.ini @@ -1208,6 +1208,7 @@ GPU Information = GPU information High precision float range = High precision float range High precision int range = High precision int range Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Lang/Region Memory Page Size = Memory page size @@ -1259,6 +1260,7 @@ Error: load undo state is from a different game = Virhe: "kumoa tilatallennuksen Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Leijuvat symbolit Game crashed = Peli kaatui +JIT using IR = JIT using IR Language = Kieli Loaded plugin: %1 = Ladattu liitännäinen: %1 Memory Stick folder = Muistikortin kansio diff --git a/assets/lang/fr_FR.ini b/assets/lang/fr_FR.ini index 0412fea0e941..5c7a3d840ba5 100644 --- a/assets/lang/fr_FR.ini +++ b/assets/lang/fr_FR.ini @@ -1199,6 +1199,7 @@ GPU Information = Informations GPU High precision float range = Amplitude de float haute précision High precision int range = Amplitude d'entier haute précision Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Langue/Région Memory Page Size = Taille de page mémoire @@ -1250,6 +1251,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = Langue Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Changer le dossier de la Memory Stick diff --git a/assets/lang/gl_ES.ini b/assets/lang/gl_ES.ini index 12dafc81f187..682a19cded06 100644 --- a/assets/lang/gl_ES.ini +++ b/assets/lang/gl_ES.ini @@ -1208,6 +1208,7 @@ GPU Information = GPU information High precision float range = High precision float range High precision int range = High precision int range Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Lang/Region Memory Page Size = Memory page size @@ -1259,6 +1260,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = Idioma Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Memory Stick folder diff --git a/assets/lang/gr_EL.ini b/assets/lang/gr_EL.ini index 6406878434b0..993b50ebd2f1 100644 --- a/assets/lang/gr_EL.ini +++ b/assets/lang/gr_EL.ini @@ -1208,6 +1208,7 @@ GPU Information = Πληροφορίες GPU High precision float range = High precision float range High precision int range = Εύρος υψηλής ακρίβειας int Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Γλώσσα/Περιοχή Memory Page Size = Μέγεθος σελίδας μνήμης @@ -1259,6 +1260,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = Γλώσσα Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Αλλαγή φακέλου Memory Stick diff --git a/assets/lang/he_IL.ini b/assets/lang/he_IL.ini index b03ff70b3547..d7ce90332fe9 100644 --- a/assets/lang/he_IL.ini +++ b/assets/lang/he_IL.ini @@ -1208,6 +1208,7 @@ GPU Information = GPU information High precision float range = High precision float range High precision int range = High precision int range Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Lang/Region Memory Page Size = Memory page size @@ -1259,6 +1260,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = שפה Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Memory Stick folder diff --git a/assets/lang/he_IL_invert.ini b/assets/lang/he_IL_invert.ini index f1b85aa40871..c2fa90375bf3 100644 --- a/assets/lang/he_IL_invert.ini +++ b/assets/lang/he_IL_invert.ini @@ -1208,6 +1208,7 @@ GPU Information = GPU information High precision float range = High precision float range High precision int range = High precision int range Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Lang/Region Memory Page Size = Memory page size @@ -1259,6 +1260,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = הפש Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Memory Stick folder diff --git a/assets/lang/hr_HR.ini b/assets/lang/hr_HR.ini index 59c9132da19c..4f7544cc3d76 100644 --- a/assets/lang/hr_HR.ini +++ b/assets/lang/hr_HR.ini @@ -1208,6 +1208,7 @@ GPU Information = Informacije o GPU High precision float range = High precision float range High precision int range = Visoka preciznost int dohvata Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Lang/Regija Memory Page Size = Veličina memorijske stranice @@ -1259,6 +1260,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = Jezik Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Promijeni mapu Memorijskoga sticka diff --git a/assets/lang/hu_HU.ini b/assets/lang/hu_HU.ini index 9cce166412ec..7a8147d2da1d 100644 --- a/assets/lang/hu_HU.ini +++ b/assets/lang/hu_HU.ini @@ -1208,6 +1208,7 @@ GPU Information = GPU információ High precision float range = High precision float range High precision int range = Nagy pontosságú int tartomány Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Nyelv/Régió Memory Page Size = Memória lapozóméret @@ -1259,6 +1260,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = Nyelv Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Memory Stick mappa megváltoztatása diff --git a/assets/lang/id_ID.ini b/assets/lang/id_ID.ini index 88f5a411c38e..55530b4b7287 100644 --- a/assets/lang/id_ID.ini +++ b/assets/lang/id_ID.ini @@ -1208,6 +1208,7 @@ GPU Information = Informasi GPU High precision float range = Kisaran pengambang presisi tinggi High precision int range = Rentang integer presisi tinggi Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Bahasa/regional Memory Page Size = Ukuran halaman memori @@ -1259,6 +1260,7 @@ Error: load undo state is from a different game = Kesalahan: memuat status yang Failed to load state for load undo. Error in the file system. = Gagal memuat status untuk membatalkan pemuatan. Kesalahan dalam sistem berkas. Floating symbols = Simbol mengambang Game crashed = Game crashed +JIT using IR = JIT using IR Language = Bahasa Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Berkas Memory Stick diff --git a/assets/lang/it_IT.ini b/assets/lang/it_IT.ini index 01f8a69f6d2e..dd203968682c 100644 --- a/assets/lang/it_IT.ini +++ b/assets/lang/it_IT.ini @@ -1209,6 +1209,7 @@ GPU Information = Informazioni GPU High precision float range = Ampiezza di float ad alta precisione High precision int range = Ampiezza interi ad alta precisione Icon cache = Icon cache +Instance = Instance JIT available = JIT disponibile Lang/Region = Lingua/Regione Memory Page Size = Ampiezza pagina di memoria @@ -1260,6 +1261,7 @@ Error: load undo state is from a different game = Errore: lo stato annullato pro Failed to load state for load undo. Error in the file system. = Impossibile caricare lo stato da un caricamento annullato. Errore nel file system. Floating symbols = Simboli fluttuanti Game crashed = Il gioco è andato in crash +JIT using IR = JIT using IR Language = Lingua Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Cartella della Memory Stick diff --git a/assets/lang/ja_JP.ini b/assets/lang/ja_JP.ini index 567b13ca6740..671bbbbf1723 100644 --- a/assets/lang/ja_JP.ini +++ b/assets/lang/ja_JP.ini @@ -1208,6 +1208,7 @@ GPU Information = GPU情報 High precision float range = 高精度浮動小数点の範囲 High precision int range = 高精度整数の範囲 Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = 言語/地域 Memory Page Size = メモリページサイズ @@ -1257,6 +1258,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = 言語 Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = メモリースティックフォルダを変更する diff --git a/assets/lang/jv_ID.ini b/assets/lang/jv_ID.ini index 90c02d373705..e0cdcaa3c1a8 100644 --- a/assets/lang/jv_ID.ini +++ b/assets/lang/jv_ID.ini @@ -1208,6 +1208,7 @@ GPU Information = GPU information High precision float range = High precision float range High precision int range = High precision int range Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Lang/Region Memory Page Size = Memory page size @@ -1259,6 +1260,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = Basa Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Memory Stick folder diff --git a/assets/lang/ko_KR.ini b/assets/lang/ko_KR.ini index 916bd92e8756..1eed1de6fe8f 100644 --- a/assets/lang/ko_KR.ini +++ b/assets/lang/ko_KR.ini @@ -1199,6 +1199,7 @@ GPU Information = GPU 정보 High precision float range = 고정밀 부동소수점 범위 High precision int range = 고정밀 정수 범위 Icon cache = 아이콘 캐시 +Instance = Instance JIT available = JIT 사용 가능 Lang/Region = 언어/지역 Memory Page Size = 메모리 페이지 크기 @@ -1245,6 +1246,7 @@ Cache ISO in RAM = RAM에 전체 ISO 캐시 Change CPU Clock = 에뮬레이트된 PSP의 CPU 클럭 변경 (불안정) CPU Core = CPU 코어 Dynarec/JIT (recommended) = 동적 재컴파일 (JIT) +JIT using IR = JIT using IR Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = 메모리 스틱 폴더 Memory Stick size = 메모리 스틱 크기 diff --git a/assets/lang/lo_LA.ini b/assets/lang/lo_LA.ini index 016946b10c7c..59bd5283533c 100644 --- a/assets/lang/lo_LA.ini +++ b/assets/lang/lo_LA.ini @@ -1208,6 +1208,7 @@ GPU Information = GPU information High precision float range = High precision float range High precision int range = High precision int range Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Lang/Region Memory Page Size = Memory page size @@ -1259,6 +1260,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = ພາສາ Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Memory Stick folder diff --git a/assets/lang/lt-LT.ini b/assets/lang/lt-LT.ini index 5c42336b1735..68b70cdf539d 100644 --- a/assets/lang/lt-LT.ini +++ b/assets/lang/lt-LT.ini @@ -1208,6 +1208,7 @@ GPU Information = GPU information High precision float range = High precision float range High precision int range = High precision int range Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Lang/Region Memory Page Size = Memory page size @@ -1259,6 +1260,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = Kalba Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Memory Stick folder diff --git a/assets/lang/ms_MY.ini b/assets/lang/ms_MY.ini index d91df47378e0..bd1b0439e7e5 100644 --- a/assets/lang/ms_MY.ini +++ b/assets/lang/ms_MY.ini @@ -1208,6 +1208,7 @@ GPU Information = GPU information High precision float range = High precision float range High precision int range = High precision int range Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Lang/Region Memory Page Size = Memory page size @@ -1259,6 +1260,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = Bahasa Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Memory Stick folder diff --git a/assets/lang/nl_NL.ini b/assets/lang/nl_NL.ini index 31adf59cbe1d..d41a3f137f04 100644 --- a/assets/lang/nl_NL.ini +++ b/assets/lang/nl_NL.ini @@ -1208,6 +1208,7 @@ GPU Information = GPU-informatie High precision float range = High precision float range High precision int range = High precision int range Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Taal/regio Memory Page Size = Grootte geheugenpagina @@ -1259,6 +1260,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = Taal Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Memory Stick folder diff --git a/assets/lang/no_NO.ini b/assets/lang/no_NO.ini index d6276d103968..bb4620f1e97e 100644 --- a/assets/lang/no_NO.ini +++ b/assets/lang/no_NO.ini @@ -1208,6 +1208,7 @@ GPU Information = GPU information High precision float range = High precision float range High precision int range = High precision int range Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Lang/Region Memory Page Size = Memory page size @@ -1259,6 +1260,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = Language Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Memory Stick folder diff --git a/assets/lang/pl_PL.ini b/assets/lang/pl_PL.ini index 56e3d4415b5f..1d6f5d9af765 100644 --- a/assets/lang/pl_PL.ini +++ b/assets/lang/pl_PL.ini @@ -1214,6 +1214,7 @@ GPU Information = Informacje o GPU High precision float range = Zakres l. zmiennoprzecinkowych wys. precyzji High precision int range = Zakres l. całkowitych wys. precyzji Icon cache = Icon cache +Instance = Instance JIT available = JIT dostępne Lang/Region = Język/Region Memory Page Size = Rozmiar pamięci stronnicowania @@ -1265,6 +1266,7 @@ Error: load undo state is from a different game = Błąd: ładowany stan pochodz Failed to load state for load undo. Error in the file system. = Błąd podczas ładowania stanu dla cofnięcia. Błąd systemu plików. Floating symbols = Przepływ symboli Game crashed = Gra uległa awarii +JIT using IR = JIT using IR Language = Język Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Zmień folder Karty Pamięci diff --git a/assets/lang/pt_BR.ini b/assets/lang/pt_BR.ini index dac1a2211cdc..21d36ac7e95d 100644 --- a/assets/lang/pt_BR.ini +++ b/assets/lang/pt_BR.ini @@ -1223,6 +1223,7 @@ GPU Information = Informações da GPU High precision float range = Alcance do flutuante de alta precisão High precision int range = Alcance do inteiro de alta precisão Icon cache = Cache do ícone +Instance = Instance JIT available = JIT disponível Lang/Region = Idioma/Região Memory Page Size = Tamanho da página de memória @@ -1269,6 +1270,7 @@ Cache ISO in RAM = Pôr a ISO inteira na RAM Change CPU Clock = Mudar o clock da CPU do PSP emulado (instável) CPU Core = Núcleo da CPU Dynarec/JIT (recommended) = Dynarec/JIT (recomendado) +JIT using IR = JIT using IR Loaded plugin: %1 = Plugin carregado: %1 Memory Stick folder = Pasta do cartão de memória Memory Stick size = Tamanho do cartão de memória diff --git a/assets/lang/pt_PT.ini b/assets/lang/pt_PT.ini index c25500237e15..2fac6f701ba0 100644 --- a/assets/lang/pt_PT.ini +++ b/assets/lang/pt_PT.ini @@ -1225,6 +1225,7 @@ GPU Information = Informações da GPU High precision float range = Alcance do flutuante de alta precisão High precision int range = Alcance do inteiro de alta precisão Icon cache = Cache do Ícone +Instance = Instance JIT available = JIT disponível Lang/Region = Idioma/Região Memory Page Size = Tamanho da página de memória @@ -1272,6 +1273,7 @@ Change CPU Clock = Mudar o clock da CPU da PSP emulado (instável) CPU Core = Núcleo da CPU Dynarec/JIT (recommended) = Dynarec/JIT (recomendado) Game crashed = O jogo crashou +JIT using IR = JIT using IR Language = Idioma Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Pasta do cartão de memória diff --git a/assets/lang/ro_RO.ini b/assets/lang/ro_RO.ini index 4cd4e37eb35c..11b35e36b519 100644 --- a/assets/lang/ro_RO.ini +++ b/assets/lang/ro_RO.ini @@ -1209,6 +1209,7 @@ GPU Information = GPU information High precision float range = High precision float range High precision int range = High precision int range Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Lang/Region Memory Page Size = Memory page size @@ -1260,6 +1261,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = Limbă Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Memory Stick folder diff --git a/assets/lang/ru_RU.ini b/assets/lang/ru_RU.ini index 84f776c0ba47..039c1c272cc6 100644 --- a/assets/lang/ru_RU.ini +++ b/assets/lang/ru_RU.ini @@ -1208,6 +1208,7 @@ GPU Information = Информация о ГП High precision float range = Диапазон точных дробных чисел High precision int range = Диапазон точных целых чисел Icon cache = Кэш иконок +Instance = Instance JIT available = JIT доступен Lang/Region = Язык/регион Memory Page Size = Размер страницы памяти @@ -1256,6 +1257,7 @@ Color Tint = Оттенок цвета CPU Core = Ядро ЦП Dynarec/JIT (recommended) = Динамическая рекомпиляция/JIT (рекомендуемый) Game crashed = Игра вылетела +JIT using IR = JIT using IR Language = Язык Loaded plugin: %1 = Загружен плагин: %1 Memory Stick folder = Изменить папку с картой памяти diff --git a/assets/lang/sv_SE.ini b/assets/lang/sv_SE.ini index 01854a60af91..d7cee44d0526 100644 --- a/assets/lang/sv_SE.ini +++ b/assets/lang/sv_SE.ini @@ -1209,6 +1209,7 @@ GPU Information = GPU-information High precision float range = High precision float range High precision int range = High precision int range Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Språk/Region Memory Page Size = Memory page size @@ -1260,6 +1261,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Flytande symboler Game crashed = Game crashed +JIT using IR = JIT using IR Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Memory Stick-mapp Memory Stick size = Memory Stick-storlek diff --git a/assets/lang/tg_PH.ini b/assets/lang/tg_PH.ini index b19f6d3a03d5..ee320bb08428 100644 --- a/assets/lang/tg_PH.ini +++ b/assets/lang/tg_PH.ini @@ -1208,6 +1208,7 @@ GPU Information = GPU information High precision float range = High precision float range High precision int range = High precision int range Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Lang/Region Memory Page Size = Memory page size @@ -1259,6 +1260,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Lumulutang na simbolo Game crashed = Game crashed +JIT using IR = JIT using IR Language = Wika Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Memory Stick folder diff --git a/assets/lang/th_TH.ini b/assets/lang/th_TH.ini index 4f2f2d611a69..8899a5563b81 100644 --- a/assets/lang/th_TH.ini +++ b/assets/lang/th_TH.ini @@ -1321,7 +1321,7 @@ Increase size = เพิ่มขนาดไอคอน Interpreter = อินเตอร์พรีเตอร์ IO timing method = ทางเลือกคำนวณเวลา รับ/ส่ง ข้อมูล IR Interpreter = IR อินเตอร์พรีเตอร์ -JIT Using IR = JIT ใช้งาน IR +JIT using IR = JIT ใช้งาน IR Language = ภาษา Loaded plugin: %1 = ปลั๊กอินถูกโหลดใช้แล้ว: %1 Memory Stick folder = เปลี่ยนแหล่งที่เก็บข้อมูล (เม็มโมรี่ สติ๊ก) diff --git a/assets/lang/tr_TR.ini b/assets/lang/tr_TR.ini index 0946a3b5fec5..47ab4111e7c6 100644 --- a/assets/lang/tr_TR.ini +++ b/assets/lang/tr_TR.ini @@ -1209,6 +1209,7 @@ GPU Information = GPU bilgisi High precision float range = High precision float range High precision int range = High precision int range Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Dil/Bölge Memory Page Size = Bellek sayfa boyutu @@ -1260,6 +1261,7 @@ Error: load undo state is from a different game = Hata: yükleme geri alma durum Failed to load state for load undo. Error in the file system. = Yüklemeyi geri alma durumu yüklenemedi. Dosya sisteminde hata. Floating symbols = Kayan simgeler Game crashed = Game crashed +JIT using IR = JIT using IR Language = Dil Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Hafıza Kartı klasörü diff --git a/assets/lang/uk_UA.ini b/assets/lang/uk_UA.ini index 618b871dd2b5..7483c7987259 100644 --- a/assets/lang/uk_UA.ini +++ b/assets/lang/uk_UA.ini @@ -1208,6 +1208,7 @@ GPU Information = Інформація про GPU High precision float range = High precision float range High precision int range = Внутрішній діапазон високої точності Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = Мова/Регіон Memory Page Size = Розмір сторінки пам'яті @@ -1259,6 +1260,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = Мова Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Змінити папку для карти пам'яті diff --git a/assets/lang/vi_VN.ini b/assets/lang/vi_VN.ini index 8f974009c0cb..3192012366c3 100644 --- a/assets/lang/vi_VN.ini +++ b/assets/lang/vi_VN.ini @@ -1208,6 +1208,7 @@ GPU Information = Thông tin GPU High precision float range = High precision float range High precision int range = Phạm vi int chính xác cao Icon cache = Icon cache +Instance = Instance JIT available = JIT available Lang/Region = ngôn ngữ/Vùng Memory Page Size = Kích cỡ bộ nhớ @@ -1259,6 +1260,7 @@ Error: load undo state is from a different game = Error: load undo state is from Failed to load state for load undo. Error in the file system. = Failed to load state for load undo. Error in the file system. Floating symbols = Floating symbols Game crashed = Game crashed +JIT using IR = JIT using IR Language = Ngôn ngữ Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = Memory Stick folder diff --git a/assets/lang/zh_CN.ini b/assets/lang/zh_CN.ini index 6d810cbf671d..cef6592d6d72 100644 --- a/assets/lang/zh_CN.ini +++ b/assets/lang/zh_CN.ini @@ -1200,6 +1200,7 @@ GPU Information = GPU信息 High precision float range = 高精度浮点范围 High precision int range = 高精度整数范围 Icon cache = 图标缓存 +Instance = Instance JIT available = JIT可用 Lang/Region = 语言/区域 Memory Page Size = 内存页大小 @@ -1246,6 +1247,7 @@ Cache ISO in RAM = 在内存中缓存完整ISO Change CPU Clock = 修改PSP的CPU频率 (不稳定) CPU Core = CPU核心模式 Dynarec/JIT (recommended) = 动态重编译 (推荐) +JIT using IR = JIT using IR Loaded plugin: %1 = 已加载插件: %1 Only JPG and PNG images are supported = 只支持JPG和PNG图片 Recording = 录制中 diff --git a/assets/lang/zh_TW.ini b/assets/lang/zh_TW.ini index 2a28ba64f370..900acdf81337 100644 --- a/assets/lang/zh_TW.ini +++ b/assets/lang/zh_TW.ini @@ -1199,6 +1199,7 @@ GPU Information = GPU 資訊 High precision float range = 高精確度浮點數範圍 High precision int range = 高精確度整數範圍 Icon cache = 圖示快取 +Instance = Instance JIT available = 可用 JIT Lang/Region = 語言/區域 Memory Page Size = 記憶體分頁大小 @@ -1246,6 +1247,7 @@ Change CPU Clock = 變更模擬 PSP CPU 時脈 (不穩定) CPU Core = CPU 核心 Dynarec/JIT (recommended) = 動態重新編譯/JIT Game crashed = 遊戲已當機 +JIT using IR = JIT using IR Language = 語言 Loaded plugin: %1 = Loaded plugin: %1 Memory Stick folder = 記憶棒資料夾