Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove I/O on thread setting #14999

Merged
merged 5 commits into from
Oct 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Core/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,6 @@ static bool DefaultSasThread() {
static ConfigSetting cpuSettings[] = {
ReportedConfigSetting("CPUCore", &g_Config.iCpuCore, &DefaultCpuCore, true, true),
ReportedConfigSetting("SeparateSASThread", &g_Config.bSeparateSASThread, &DefaultSasThread, true, true),
ReportedConfigSetting("SeparateIOThread", &g_Config.bSeparateIOThread, true, true, true),
ReportedConfigSetting("IOTimingMethod", &g_Config.iIOTimingMethod, IOTIMING_FAST, true, true),
ConfigSetting("FastMemoryAccess", &g_Config.bFastMemory, true, true, true),
ReportedConfigSetting("FunctionReplacements", &g_Config.bFuncReplacements, true, true, true),
Expand Down
1 change: 0 additions & 1 deletion Core/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ struct Config {
uint32_t uJitDisableFlags;

bool bSeparateSASThread;
bool bSeparateIOThread;
int iIOTimingMethod;
int iLockedCPUSpeed;
bool bAutoSaveSymbolMap;
Expand Down
10 changes: 4 additions & 6 deletions Core/HLE/sceIo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -665,12 +665,10 @@ void __IoInit() {

memset(fds, 0, sizeof(fds));

ioManagerThreadEnabled = g_Config.bSeparateIOThread;
ioManager.SetThreadEnabled(ioManagerThreadEnabled);
if (ioManagerThreadEnabled) {
Core_ListenLifecycle(&__IoWakeManager);
ioManagerThread = new std::thread(&__IoManagerThread);
}
ioManagerThreadEnabled = true;
ioManager.SetThreadEnabled(true);
Core_ListenLifecycle(&__IoWakeManager);
ioManagerThread = new std::thread(&__IoManagerThread);

__KernelRegisterWaitTypeFuncs(WAITTYPE_ASYNCIO, __IoAsyncBeginCallback, __IoAsyncEndCallback);

Expand Down
2 changes: 0 additions & 2 deletions UI/GameSettingsScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -996,10 +996,8 @@ void GameSettingsScreen::CreateViews() {
systemSettings->Add(new CheckBox(&g_Config.bFastMemory, sy->T("Fast Memory", "Fast Memory")))->OnClick.Handle(this, &GameSettingsScreen::OnJitAffectingSetting);
systemSettings->Add(new CheckBox(&g_Config.bIgnoreBadMemAccess, sy->T("Ignore bad memory accesses")));

systemSettings->Add(new CheckBox(&g_Config.bSeparateIOThread, sy->T("I/O on thread (experimental)")))->SetEnabled(!PSP_IsInited());
static const char *ioTimingMethods[] = { "Fast (lag on slow storage)", "Host (bugs, less lag)", "Simulate UMD delays" };
View *ioTimingMethod = systemSettings->Add(new PopupMultiChoice(&g_Config.iIOTimingMethod, sy->T("IO timing method"), ioTimingMethods, 0, ARRAY_SIZE(ioTimingMethods), sy->GetName(), screenManager()));
ioTimingMethod->SetEnabledPtr(&g_Config.bSeparateIOThread);
systemSettings->Add(new CheckBox(&g_Config.bForceLagSync, sy->T("Force real clock sync (slower, less lag)")));
PopupSliderChoice *lockedMhz = systemSettings->Add(new PopupSliderChoice(&g_Config.iLockedCPUSpeed, 0, 1000, sy->T("Change CPU Clock", "Change CPU Clock (unstable)"), screenManager(), sy->T("MHz, 0:default")));
lockedMhz->OnChange.Add([&](UI::EventParams &) {
Expand Down
1 change: 0 additions & 1 deletion assets/lang/ar_AE.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,6 @@ General = ‎العام
Grid icon size = Grid icon size
Help the PPSSPP team = ‎ساعد فريق البرنامج
Host (bugs, less lag) = Host (bugs, less lag)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = ‎المترجم
Expand Down
1 change: 0 additions & 1 deletion assets/lang/az_AZ.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = General
Grid icon size = Grid icon size
Help the PPSSPP team = Help the PPSSPP team
Host (bugs, less lag) = Host (bugs, less lag)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Interpreter
Expand Down
1 change: 0 additions & 1 deletion assets/lang/bg_BG.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = Основни
Grid icon size = Grid icon size
Help the PPSSPP team = Help the PPSSPP team
Host (bugs, less lag) = Host (bugs, less lag)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Interpreter
Expand Down
1 change: 0 additions & 1 deletion assets/lang/ca_ES.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = General
Grid icon size = Grid icon size
Help the PPSSPP team = Help the PPSSPP team
Host (bugs, less lag) = Host (bugs, less lag)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Interpreter
Expand Down
1 change: 0 additions & 1 deletion assets/lang/cz_CZ.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = Obecné
Grid icon size = Grid icon size
Help the PPSSPP team = Pomozte týmu PPSSPP
Host (bugs, less lag) = Hostitel (chyby, zasekává se méně)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Interpreter
Expand Down
1 change: 0 additions & 1 deletion assets/lang/da_DK.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = Generel
Grid icon size = Grid icon size
Help the PPSSPP team = Hjælp PPSSPP holdet
Host (bugs, less lag) = Host (fejl, færre forsinkelser)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Fortolker
Expand Down
1 change: 0 additions & 1 deletion assets/lang/de_DE.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = Allgemein
Grid icon size = Grid icon size
Help the PPSSPP team = PPSSPP Team helfen
Host (bugs, less lag) = Host (Fehlerbehaftet, weniger Lag)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Interpreter
Expand Down
1 change: 0 additions & 1 deletion assets/lang/dr_ID.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = Yato biasa
Grid icon size = Grid icon size
Help the PPSSPP team = Help the PPSSPP team
Host (bugs, less lag) = Host (bugs, less lag)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Interpreter
Expand Down
1 change: 0 additions & 1 deletion assets/lang/en_US.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,6 @@ General = General
Grid icon size = Grid icon size
Help the PPSSPP team = Help the PPSSPP team
Host (bugs, less lag) = Host (bugs, less lag)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Interpreter
Expand Down
3 changes: 1 addition & 2 deletions assets/lang/es_ES.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = General
Grid icon size = Tamaño de iconos de cuadrícula
Help the PPSSPP team = Ayuda al equipo de PPSSPP
Host (bugs, less lag) = Anfitrión (errores, menos lag)
I/O on thread (experimental) = E/S en hilo (experimental)
Ignore bad memory accesses = Ignorar malos accesos a la memoria
Increase size = Aumentar tamaño
Interpreter = Intérprete
Expand Down Expand Up @@ -1192,4 +1191,4 @@ YYYYMMDD = Año/Mes/Día
Details = Detalles
Dismiss = Cancelar
Download = Descargar
New version of PPSSPP available = Nueva versión de PPSSPP disponible
New version of PPSSPP available = Nueva versión de PPSSPP disponible
1 change: 0 additions & 1 deletion assets/lang/es_LA.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = General
Grid icon size = Tamaño de icono de cuadrícula
Help the PPSSPP team = Ayuda al equipo de PPSSPP
Host (bugs, less lag) = Anfitrión (con bugs pero menos lag)
I/O on thread (experimental) = E/S en hilo (experimental)
Ignore bad memory accesses = Ignorar malos accesos a la memoria
Increase size = Aumentar tamaño
Interpreter = Intérprete
Expand Down
1 change: 0 additions & 1 deletion assets/lang/fa_IR.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = ‎عمومی
Grid icon size = Grid icon size
Help the PPSSPP team = Help the PPSSPP team
Host (bugs, less lag) = ‎دستگاه (دارای باگ، لگ کمتر)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Interpreter
Expand Down
1 change: 0 additions & 1 deletion assets/lang/fi_FI.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = General
Grid icon size = Grid icon size
Help the PPSSPP team = Help the PPSSPP team
Host (bugs, less lag) = Host (bugs, less lag)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Interpreter
Expand Down
1 change: 0 additions & 1 deletion assets/lang/fr_FR.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,6 @@ General = Général
Grid icon size = Taille des icônes
Help the PPSSPP team = Aider l'équipe de PPSSPP
Host (bugs, less lag) = Hôte (bugs, moins de lag)
I/O on thread (experimental) = Entrées/Sorties sur fil d'exécution
Ignore bad memory accesses = Ignorer les mauvais accès mémoire
Increase size = Augmenter la taille
Interpreter = Interpréteur
Expand Down
1 change: 0 additions & 1 deletion assets/lang/gl_ES.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = Xeral
Grid icon size = Grid icon size
Help the PPSSPP team = Axuda ó equipo de PPSSPP
Host (bugs, less lag) = Anfitrión (Erros, menos lag)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Interpreter
Expand Down
1 change: 0 additions & 1 deletion assets/lang/gr_EL.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = Γενικά
Grid icon size = Grid icon size
Help the PPSSPP team = Βοηθήστε την ομάδα του PPSSPP
Host (bugs, less lag) = Host (σφάλματα, λιγότερη καθυστέρηση)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Διερμηνέας
Expand Down
1 change: 0 additions & 1 deletion assets/lang/he_IL.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = כללי
Grid icon size = Grid icon size
Help the PPSSPP team = Help the PPSSPP team
Host (bugs, less lag) = Host (bugs, less lag)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Interpreter
Expand Down
1 change: 0 additions & 1 deletion assets/lang/he_IL_invert.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = יללכ
Grid icon size = Grid icon size
Help the PPSSPP team = Help the PPSSPP team
Host (bugs, less lag) = Host (bugs, less lag)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Interpreter
Expand Down
1 change: 0 additions & 1 deletion assets/lang/hr_HR.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = Generalno
Grid icon size = Veličina ikona na mreži
Help the PPSSPP team = Pomozite PPSSPP timu
Host (bugs, less lag) = Domaći (bugovi, manje šteka)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Tumač
Expand Down
1 change: 0 additions & 1 deletion assets/lang/hu_HU.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = Általános
Grid icon size = Ikonok mérete rácsnézetben
Help the PPSSPP team = Segítsd a PPSSPP csapatát
Host (bugs, less lag) = Host (hibák, kevesebb lag)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Méret növelése
Interpreter = Interpreter
Expand Down
1 change: 0 additions & 1 deletion assets/lang/id_ID.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = Umum
Grid icon size = Grid icon size
Help the PPSSPP team = Bantu tim PPSSPP
Host (bugs, less lag) = Inang (berkutu tapi lebih cepat)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Penginterpretasi
Expand Down
1 change: 0 additions & 1 deletion assets/lang/it_IT.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,6 @@ General = Generali
Grid icon size = Dimensioni delle icone
Help the PPSSPP team = Aiuta il gruppo del PPSSPP
Host (bugs, less lag) = Host (buggato, poca lag)
I/O on thread (experimental) = I/O su thread (sperimentale)
Ignore bad memory accesses = Ignora i cattivi accessi alla memoria
Increase size = Aumenta dimensioni
Interpreter = Interprete
Expand Down
1 change: 0 additions & 1 deletion assets/lang/ja_JP.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = 全般
Grid icon size = グリッド表示時のアイコンサイズ
Help the PPSSPP team = PPSSPPチームを支援する
Host (bugs, less lag) = ホスト (バグあり, ラグは少ない)
I/O on thread (experimental) = 入出力をスレッド化 (実験的)
Ignore bad memory accesses = 不正なメモリアクセスを無視する
Increase size = サイズを拡大する
Interpreter = インタプリタ
Expand Down
1 change: 0 additions & 1 deletion assets/lang/jv_ID.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = Umum
Grid icon size = Grid icon size
Help the PPSSPP team = Bantu tim PPSSPP
Host (bugs, less lag) = Host (bugs, less lag)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Interpreter
Expand Down
1 change: 0 additions & 1 deletion assets/lang/ko_KR.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,6 @@ General = 일반
Grid icon size = 그리드 아이콘 크기
Help the PPSSPP team = PPSSPP 팀 돕기
Host (bugs, less lag) = 호스트 (버그, 약간의 지연)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = 크기 늘리기
Interpreter = 해석기
Expand Down
1 change: 0 additions & 1 deletion assets/lang/lo_LA.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = ທົ່ວໄປ
Grid icon size = Grid icon size
Help the PPSSPP team = ຊ່ອຍເຫຼືອທີມງານ PPSSPP
Host (bugs, less lag) = Host (ອາດມີບັ໊ກ, ແລັກໜ້ອຍລົງ)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Interpreter
Expand Down
1 change: 0 additions & 1 deletion assets/lang/lt-LT.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = Pagrindiniai
Grid icon size = Grid icon size
Help the PPSSPP team = Help the PPSSPP team
Host (bugs, less lag) = Host (bugs, less lag)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Interpreter
Expand Down
1 change: 0 additions & 1 deletion assets/lang/ms_MY.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = Umum
Grid icon size = Grid icon size
Help the PPSSPP team = Help the PPSSPP team
Host (bugs, less lag) = Host (bugs, less lag)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Interpreter
Expand Down
1 change: 0 additions & 1 deletion assets/lang/nl_NL.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = Algemeen
Grid icon size = Grid icon size
Help the PPSSPP team = Help het PPSSPP-team
Host (bugs, less lag) = Host (bugs, minder lag)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Interpreteerder
Expand Down
1 change: 0 additions & 1 deletion assets/lang/no_NO.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = General
Grid icon size = Grid icon size
Help the PPSSPP team = Help the PPSSPP team
Host (bugs, less lag) = Host (bugs, less lag)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Interpreter
Expand Down
1 change: 0 additions & 1 deletion assets/lang/pl_PL.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = Ogólne
Grid icon size = Grid icon size
Help the PPSSPP team = Pomóż zespołowi PPSSPP
Host (bugs, less lag) = Host (błędy, mniejsze zacinanie)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Interpreter
Expand Down
9 changes: 4 additions & 5 deletions assets/lang/pt_BR.ini
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ View Feedback = Visualizar todos os feedbacks
Date = Data
Filename = Nome do arquivo
No screenshot = Sem screenshot
None yet. Things will appear here after you save. = Nada ainda. As coisas aparecerão aqui após você salvar.
None yet. Things will appear here after you save. = Nada ainda. As coisas aparecerão aqui após você salvar.
Nothing matching '%1' was found. = Nada combinando com o '%1' foi achado.
Save Data = Dados salvos
Save States = States salvos
Expand All @@ -1017,9 +1017,9 @@ GLToolsWarning = AVISO: GLTools detectado, pode causar problemas.
In menu = No menu
Load savestate failed = Falhou em carregar o state
Loaded State = State carregado
Loaded. Save in game, restart, and load for less bugs. = Carregado. Salve no jogo, reinicie e carregue pra menos bugs.
Carregado. O jogo pode recusar a salvar different savedata. = Carregado. O jogo pode recusar a salvar dados diferentes dos salvamentos.
Carregado. O jogo pode recusar a salvar newer savedata. = Carregado. O jogo pode recusar a salvar dados mais novos dos salvamentos.
Loaded. Save in game, restart, and load for less bugs. = Carregado. Salve no jogo, reinicie e carregue pra menos bugs.
Loaded. Game may refuse to save over different savedata. = Carregado. O jogo pode recusar a salvar dados diferentes dos salvamentos.
Loaded. Game may refuse to save over newer savedata. = Carregado. O jogo pode recusar a salvar dados mais novos dos salvamentos.
LoadStateDoesntExist = Falhou em carregar o state: O state salvo não existe!
LoadStateWrongVersion = Falhou em carregar o state: O state salvo é de uma versão mais velha do PPSSPP!
norewind = Não há states salvos pra rebobinar disponíveis.
Expand Down Expand Up @@ -1151,7 +1151,6 @@ General = Geral
Grid icon size = Tamanho do ícone da grade
Help the PPSSPP team = Ajude o time do PPSSPP
Host (bugs, less lag) = Hospedeiro (bugs, menos atrasos)
I/O on thread (experimental) = E/S no thread (experimental)
Ignore bad memory accesses = Ignorar acessos ruins da memória
Increase size = Aumentar tamanho
Interpreter = Interpretador
Expand Down
1 change: 0 additions & 1 deletion assets/lang/pt_PT.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = Geral
Grid icon size = Grid icon size
Help the PPSSPP team = Ajude a equipa do PPSSPP
Host (bugs, less lag) = Anfitrião (bugs, menos latência)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Interpreter
Expand Down
1 change: 0 additions & 1 deletion assets/lang/ro_RO.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = General
Grid icon size = Grid icon size
Help the PPSSPP team = Ajută echipa PPSSPP
Host (bugs, less lag) = Host (cu erori, mai puțină latență)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Interpreter
Expand Down
1 change: 0 additions & 1 deletion assets/lang/ru_RU.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,6 @@ General = Основные
Grid icon size = Размер ярлыков в режиме сетки
Help the PPSSPP team = Помочь команде PPSSPP
Host (bugs, less lag) = Хост (ошибки, медленнее)
I/O on thread (experimental) = Ввод/вывод на поток (экспериментально)
Ignore bad memory accesses = Игнорировать ошибки доступа к памяти
Increase size = Увеличить размер
Interpreter = Интерпретатор
Expand Down
1 change: 0 additions & 1 deletion assets/lang/sv_SE.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = Blandat
Grid icon size = Grid icon size
Help the PPSSPP team = Stöd PPSSPP-teamet
Host (bugs, less lag) = Host (bugs, mindre lagg)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignorera felaktiga minnesåtkomster
Increase size = Increase size
Interpreter = Interpreter
Expand Down
1 change: 0 additions & 1 deletion assets/lang/tg_PH.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = Pangkalahatan
Grid icon size = Grid icon size
Help the PPSSPP team = Tulongan ang PPSSPP Team
Host (bugs, less lag) = Host (bugs, less lag)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Increase size
Interpreter = Interpreter
Expand Down
1 change: 0 additions & 1 deletion assets/lang/th_TH.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,6 @@ General = ทั่วไป
Grid icon size = ขนาดของไอคอนเกม
Help the PPSSPP team = ช่วยเหลือทีมงาน PPSSPP
Host (bugs, less lag) = โฮสต์ (อาจเกิดบั๊ก, แล็กน้อยลง)
I/O on thread (experimental) = การรับ/ส่ง ข้อมูล บนเธรด (ขั้นทดสอบ)
Ignore bad memory accesses = ละเว้นการเข้าถึงหน่วยความจำที่ผิดพลาด
Increase size = เพิ่มขนาดไอคอน
Interpreter = อินเตอร์พรีเตอร์
Expand Down
1 change: 0 additions & 1 deletion assets/lang/tr_TR.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = Genel
Grid icon size = Izgara simge boyutu
Help the PPSSPP team = PPSSPP takımına yardım et
Host (bugs, less lag) = Host (buglu, daha az kasma)
I/O on thread (experimental) = İzlek üzerinde G / Ç (deneysel)
Ignore bad memory accesses = Kötü bellek erişimlerini yoksay
Increase size = Boyutu arttır
Interpreter = Tercüman
Expand Down
1 change: 0 additions & 1 deletion assets/lang/uk_UA.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ General = Загальні
Grid icon size = Розмір піктограми сітки
Help the PPSSPP team = Допомога Команді PPSSPP
Host (bugs, less lag) = Хост (повільніше, можливі лаги)
I/O on thread (experimental) = I/O on thread (experimental)
Ignore bad memory accesses = Ignore bad memory accesses
Increase size = Збільшити розмір
Interpreter = Інтерпретатор
Expand Down
Loading