diff --git a/UI/GameSettingsScreen.cpp b/UI/GameSettingsScreen.cpp index 107c0ec8d96b..9252c3c795ae 100644 --- a/UI/GameSettingsScreen.cpp +++ b/UI/GameSettingsScreen.cpp @@ -530,7 +530,14 @@ void GameSettingsScreen::CreateGraphicsSettings(UI::ViewGroup *graphicsSettings) return DoesBackendSupportHWTess() && !g_Config.bSoftwareRendering && g_Config.bHardwareTransform; }); - graphicsSettings->Add(new ItemHeader(gr->T("Texture Scaling"))); + graphicsSettings->Add(new ItemHeader(gr->T("Texture upscaling"))); + + if (GetGPUBackend() == GPUBackend::VULKAN) { + ChoiceWithValueDisplay *textureShaderChoice = graphicsSettings->Add(new ChoiceWithValueDisplay(&g_Config.sTextureShaderName, gr->T("GPU texture upscaler (fast)"), &TextureTranslateName)); + textureShaderChoice->OnClick.Handle(this, &GameSettingsScreen::OnTextureShader); + textureShaderChoice->SetDisabledPtr(&g_Config.bSoftwareRendering); + } + #ifndef MOBILE_DEVICE static const char *texScaleLevels[] = {"Off", "2x", "3x", "4x", "5x"}; #else @@ -538,7 +545,7 @@ void GameSettingsScreen::CreateGraphicsSettings(UI::ViewGroup *graphicsSettings) #endif static const char *texScaleAlgos[] = { "xBRZ", "Hybrid", "Bicubic", "Hybrid + Bicubic", }; - PopupMultiChoice *texScalingType = graphicsSettings->Add(new PopupMultiChoice(&g_Config.iTexScalingType, gr->T("Upscale Type"), texScaleAlgos, 0, ARRAY_SIZE(texScaleAlgos), I18NCat::GRAPHICS, screenManager())); + PopupMultiChoice *texScalingType = graphicsSettings->Add(new PopupMultiChoice(&g_Config.iTexScalingType, gr->T("CPU texture upscaler (slow)"), texScaleAlgos, 0, ARRAY_SIZE(texScaleAlgos), I18NCat::GRAPHICS, screenManager())); texScalingType->SetEnabledFunc([]() { return !g_Config.bSoftwareRendering && !UsingHardwareTextureScaling(); }); @@ -569,12 +576,6 @@ void GameSettingsScreen::CreateGraphicsSettings(UI::ViewGroup *graphicsSettings) return !g_Config.bSoftwareRendering && !UsingHardwareTextureScaling(); }); - ChoiceWithValueDisplay *textureShaderChoice = graphicsSettings->Add(new ChoiceWithValueDisplay(&g_Config.sTextureShaderName, gr->T("Texture Shader"), &TextureTranslateName)); - textureShaderChoice->OnClick.Handle(this, &GameSettingsScreen::OnTextureShader); - textureShaderChoice->SetEnabledFunc([]() { - return GetGPUBackend() == GPUBackend::VULKAN && !g_Config.bSoftwareRendering; - }); - graphicsSettings->Add(new ItemHeader(gr->T("Texture Filtering"))); static const char *anisoLevels[] = { "Off", "2x", "4x", "8x", "16x" }; PopupMultiChoice *anisoFiltering = graphicsSettings->Add(new PopupMultiChoice(&g_Config.iAnisotropyLevel, gr->T("Anisotropic Filtering"), anisoLevels, 0, ARRAY_SIZE(anisoLevels), I18NCat::GRAPHICS, screenManager())); diff --git a/assets/lang/ar_AE.ini b/assets/lang/ar_AE.ini index 4361cf89c86c..9e2f4993ce31 100644 --- a/assets/lang/ar_AE.ini +++ b/assets/lang/ar_AE.ini @@ -618,6 +618,7 @@ Cardboard Screen Y Shift = Y shift (in % of the blank space) Cardboard VR Settings = Google Cardboard VR settings Cheats = الغش Copy to texture = Copy to texture +CPU texture upscaler (slow) = ‎نوع التكبير (CPU) Current GPU Driver = Current GPU Driver Debugging = ‎التصحيح Default GPU driver = Default GPU driver @@ -640,6 +641,7 @@ Frame Skipping = ‎تخطي الإطارات Frame Skipping Type = نوع تخطي الإطارات FullScreen = ‎الشاشة الكاملة Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = GPU texture upscaler (fast) GPUReadbackRequired = Warning: This game requires "Skip GPU Readbacks" to be set to Off. Hack Settings = Hack settings (may cause glitches) Hardware Tessellation = Hardware tessellation @@ -709,15 +711,13 @@ Stretch = ‎المط Texture Filter = ‎منقي الرسوم Texture Filtering = ‎مفلتر الرسوم Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = ‎تكبير الرسوم -Texture Shader = Texture shader +Texture upscaling = ‎تكبير الرسوم The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Turn off "hardware tessellation": unsupported Unlimited = ‎لا محدود Up to 1 = Up to 1 Up to 2 = Up to 2 Upscale Level = ‎مستوي التكبير -Upscale Type = ‎نوع التكبير UpscaleLevel Tip = CPU heavy - some scaling may be delayed to avoid stutter Use all displays = Use all displays VSync = VSync diff --git a/assets/lang/az_AZ.ini b/assets/lang/az_AZ.ini index 63978dd42b04..856f425583f4 100644 --- a/assets/lang/az_AZ.ini +++ b/assets/lang/az_AZ.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Y shift (in % of the blank space) Cardboard VR Settings = Google Cardboard VR settings Cheats = Cheats Copy to texture = Copy to texture +CPU texture upscaler (slow) = Upscale type Current GPU Driver = Current GPU Driver Debugging = Debugging Default GPU driver = Default GPU driver @@ -632,6 +633,7 @@ Frame Skipping = Kvadrat Keçid et (Sürət) Frame Skipping Type = Frame skipping type FullScreen = Fullscreen Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = Texture shader GPUReadbackRequired = Warning: This game requires "Skip GPU Readbacks" to be set to Off. Hack Settings = Hack settings (may cause glitches) Hardware Tessellation = Hardware tessellation @@ -701,15 +703,13 @@ Stretch = Stretch Texture Filter = Texture filtering Texture Filtering = Texture filtering Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = Texture scaling -Texture Shader = Texture shader +Texture upscaling = Texture scaling The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Turn off "hardware tessellation": unsupported Unlimited = Unlimited Up to 1 = Up to 1 Up to 2 = Up to 2 Upscale Level = Upscale level -Upscale Type = Upscale type UpscaleLevel Tip = CPU heavy - some scaling may be delayed to avoid stutter Use all displays = Use all displays VSync = VSync diff --git a/assets/lang/bg_BG.ini b/assets/lang/bg_BG.ini index 5d68ed7d317a..40f9cfeed967 100644 --- a/assets/lang/bg_BG.ini +++ b/assets/lang/bg_BG.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Y shift (in % of the blank space) Cardboard VR Settings = Google Cardboard VR settings Cheats = Cheats Copy to texture = Copy to texture +CPU texture upscaler (slow) = Upscale type Current GPU Driver = Current GPU Driver Debugging = Debugging Default GPU driver = Default GPU driver @@ -632,6 +633,7 @@ Frame Skipping = Прескачане на кадри Frame Skipping Type = Frame skipping type FullScreen = Цял екран Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = GPU texture upscaler (fast) GPUReadbackRequired = Warning: This game requires "Skip GPU Readbacks" to be set to Off. Hack Settings = Hack settings (may cause glitches) Hardware Tessellation = Hardware tessellation @@ -701,15 +703,13 @@ Stretch = Stretch Texture Filter = Текстурно филтриране Texture Filtering = Текстурно филтриране Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = Текстурно мащабиране -Texture Shader = Texture shader +Texture upscaling = Текстурно мащабиране The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Turn off "hardware tessellation": unsupported Unlimited = Unlimited Up to 1 = Up to 1 Up to 2 = Up to 2 Upscale Level = Upscale level -Upscale Type = Upscale type UpscaleLevel Tip = CPU heavy - some scaling may be delayed to avoid stutter Use all displays = Use all displays VSync = VSync diff --git a/assets/lang/ca_ES.ini b/assets/lang/ca_ES.ini index 3357d65b3558..117c427ec6c5 100644 --- a/assets/lang/ca_ES.ini +++ b/assets/lang/ca_ES.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Desplaçament vertical (en % de l'espai en blanc) Cardboard VR Settings = Configuració de "Google Cardboard VR" Cheats = Trucs Copy to texture = Copy to texture +CPU texture upscaler (slow) = Tipus d'escalat Current GPU Driver = Current GPU Driver Debugging = Depuració Default GPU driver = Default GPU driver @@ -632,6 +633,7 @@ Frame Skipping = Saltar quadres Frame Skipping Type = Tipus de salt de quadres FullScreen = Pantalla completa Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = Shader de textura (GPU) GPUReadbackRequired = AVÍS: Aquest joc requereix "Saltar la lectura de GPU" desactivat. Hack Settings = Configuració de hacks (causaran errors gràfics) Hardware Tessellation = Tesellat per maquinari @@ -701,15 +703,13 @@ Stretch = Estirar Texture Filter = Filtre de textures Texture Filtering = Filtrat de textures Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = Escalat de textures -Texture Shader = Shader de textura +Texture upscaling = Escalat de textures The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Desactivant tessel·lat per maquinari: no suportat. Unlimited = Il·limitat Up to 1 = Fins a 1 Up to 2 = Fins a 2 Upscale Level = Nivell d'escalat -Upscale Type = Tipus d'escalat UpscaleLevel Tip = Exigeix consum de CPU, alguns escalats es poden retardar per evitar estrebades. Use all displays = Usar totes les pantalles VSync = Sincronització vertical (VSync) diff --git a/assets/lang/cz_CZ.ini b/assets/lang/cz_CZ.ini index 53b0d50e76a5..c05436962931 100644 --- a/assets/lang/cz_CZ.ini +++ b/assets/lang/cz_CZ.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Posunutí osy Y (v % prázdného prostoru) Cardboard VR Settings = Nastavení Google Cardboard VR Cheats = Cheats Copy to texture = Copy to texture +CPU texture upscaler (slow) = Typ zvětšení Current GPU Driver = Current GPU Driver Debugging = Ladění Default GPU driver = Default GPU driver @@ -632,6 +633,7 @@ Frame Skipping = Přeskakování snímků Frame Skipping Type = Frame skipping type FullScreen = Režim celé obrazovky Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = GPU texture upscaler (fast) GPUReadbackRequired = Warning: This game requires "Skip GPU Readbacks" to be set to Off. Hack Settings = Nastavení hacků (Mohou způsobit problémy) Hardware Tessellation = Hardware tessellation @@ -701,15 +703,13 @@ Stretch = Roztažení Texture Filter = Filtr textur Texture Filtering = Filtrování textur Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = Změna velikosti textur -Texture Shader = Texture shader +Texture upscaling = Změna velikosti textur The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Turn off "hardware tessellation": unsupported Unlimited = Neomezené Up to 1 = Up to 1 Up to 2 = Up to 2 Upscale Level = Úroveň zvětšení -Upscale Type = Typ zvětšení UpscaleLevel Tip = CPU heavy - some scaling may be delayed to avoid stutter Use all displays = Use all displays VSync = Vertikální synchronizace diff --git a/assets/lang/da_DK.ini b/assets/lang/da_DK.ini index 2e8401ac3fdc..c8aad349b21a 100644 --- a/assets/lang/da_DK.ini +++ b/assets/lang/da_DK.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Y skift (i % af det ugyldige) Cardboard VR Settings = Google Cardboard VR indstillinger Cheats = Cheats Copy to texture = Copy to texture +CPU texture upscaler (slow) = Opskaleringstype Current GPU Driver = Current GPU Driver Debugging = Fejlfinding Default GPU driver = Default GPU driver @@ -632,6 +633,7 @@ Frame Skipping = Frameskipping Frame Skipping Type = Frame skipping type FullScreen = Fuldskærm Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = GPU texture upscaler (fast) GPUReadbackRequired = Warning: This game requires "Skip GPU Readbacks" to be set to Off. Hack Settings = Hack indstillinger (kan give fejl) Hardware Tessellation = Hardware tessellation @@ -701,15 +703,13 @@ Stretch = Stretch Texture Filter = Texturfilter Texture Filtering = Texturfiltrering Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = Texturskalering -Texture Shader = Texture shader +Texture upscaling = Texturskalering The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Turn off "hardware tessellation": unsupported Unlimited = Ubegrænset Up to 1 = Up to 1 Up to 2 = Up to 2 Upscale Level = Opskaleringsniveau -Upscale Type = Opskaleringstype UpscaleLevel Tip = CPU tung - noget skallering kan belive forsinket for at undgå flimmer Use all displays = Use all displays VSync = VSync diff --git a/assets/lang/de_DE.ini b/assets/lang/de_DE.ini index 37aa5719ebe5..9e77e9148fe3 100644 --- a/assets/lang/de_DE.ini +++ b/assets/lang/de_DE.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Y Versatz (in % der freien Fläche) Cardboard VR Settings = Google Cardboard VR Einstellungen Cheats = Cheats Copy to texture = Copy to texture +CPU texture upscaler (slow) = Skalierungsart Current GPU Driver = Current GPU Driver Debugging = Debugging Default GPU driver = Default GPU driver @@ -632,6 +633,7 @@ Frame Skipping = Bilder überspringen Frame Skipping Type = Typ für Bilder überspringen FullScreen = Vollbild Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = GPU texture upscaler (fast) GPUReadbackRequired = Warning: This game requires "Skip GPU Readbacks" to be set to Off. Hack Settings = Hacks (kann zu Fehlern führen) Hardware Tessellation = Hardware Tessellation @@ -701,15 +703,13 @@ Stretch = Strecken Texture Filter = Texturfilter Texture Filtering = Texturfilterung Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = Texturskalierung -Texture Shader = Texture shader +Texture upscaling = Texturskalierung The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = "Hardware Tessellierung" ausschalten: Nicht unterstützt Unlimited = Unbegrenzt Up to 1 = Up to 1 Up to 2 = Up to 2 Upscale Level = Skalierungsgrad -Upscale Type = Skalierungsart UpscaleLevel Tip = CPU-lastig - einige Skalierungen könnten verzögert sein um Stottern zu vermeiden Use all displays = Benutze alle Bildschirme VSync = V-Sync diff --git a/assets/lang/dr_ID.ini b/assets/lang/dr_ID.ini index 4382b256a7e2..fda0b85243bc 100644 --- a/assets/lang/dr_ID.ini +++ b/assets/lang/dr_ID.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Y shift (in % of the blank space) Cardboard VR Settings = Google Cardboard VR settings Cheats = Cheats Copy to texture = Copy to texture +CPU texture upscaler (slow) = Skala apa mane? Current GPU Driver = Current GPU Driver Debugging = Debug Default GPU driver = Default GPU driver @@ -632,6 +633,7 @@ Frame Skipping = Frameskip Frame Skipping Type = Frame skipping type FullScreen = Layar pol Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = GPU texture upscaler (fast) GPUReadbackRequired = Warning: This game requires "Skip GPU Readbacks" to be set to Off. Hack Settings = Hack settings (may cause glitches) Hardware Tessellation = Hardware tessellation @@ -701,15 +703,13 @@ Stretch = Stretch Texture Filter = Panyaring Texture Texture Filtering = Saring i Texture Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = Petonggoi Texture -Texture Shader = Texture shader +Texture upscaling = Petonggoi Texture The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Turn off "hardware tessellation": unsupported Unlimited = Unlimited Up to 1 = Up to 1 Up to 2 = Up to 2 Upscale Level = Patonggoi skala -Upscale Type = Skala apa mane? UpscaleLevel Tip = CPU heavy - some scaling may be delayed to avoid stutter Use all displays = Use all displays VSync = VSync diff --git a/assets/lang/en_US.ini b/assets/lang/en_US.ini index 3f442934434d..59b67faa577b 100644 --- a/assets/lang/en_US.ini +++ b/assets/lang/en_US.ini @@ -624,12 +624,14 @@ Backend = Backend Balanced = Balanced Bicubic = Bicubic Copy to texture = Copy to texture +CPU texture upscaler (slow) = Upscale type Current GPU Driver = Current GPU Driver Default GPU driver = Default GPU driver Disable culling = Disable culling Display layout & effects = Display layout & effects Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2 Drivers = Drivers +GPU texture upscaler (fast) = GPU texture upscaler (fast) GPUReadbackRequired = Warning: This game requires "Skip GPU Readbacks" to be set to Off. Both = Both Buffer graphics commands (faster, input lag) = Buffer graphics commands (faster, input lag) @@ -725,15 +727,13 @@ Stretch = Stretch Texture Filter = Texture filtering Texture Filtering = Texture filtering Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = Texture scaling -Texture Shader = Texture shader +Texture upscaling = Texture scaling The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Turn off "hardware tessellation": unsupported Unlimited = Unlimited Up to 1 = Up to 1 Up to 2 = Up to 2 Upscale Level = Upscale level -Upscale Type = Upscale type UpscaleLevel Tip = CPU heavy - some scaling may be delayed to avoid stutter Use all displays = Use all displays VSync = VSync diff --git a/assets/lang/es_ES.ini b/assets/lang/es_ES.ini index 1dd5406911e5..ea5ef8d37414 100644 --- a/assets/lang/es_ES.ini +++ b/assets/lang/es_ES.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Desplazamiento vertical (en % del espacio en blanco) Cardboard VR Settings = Ajustes de "Google Cardboard VR" Cheats = Trucos Copy to texture = Copy to texture +CPU texture upscaler (slow) = Tipo de escalado Current GPU Driver = Current GPU Driver Debugging = Depuración Default GPU driver = Default GPU driver @@ -632,6 +633,7 @@ Frame Skipping = Saltar cuadros Frame Skipping Type = Tipo de salto de cuadros FullScreen = Pantalla completa Geometry shader culling = Eliminado de sombras geométricas +GPU texture upscaler (fast) = Shader de textura (GPU) GPUReadbackRequired = AVISO: Este juego requiere "Saltar la lectura de GPU" desactivado. Hack Settings = Ajustes de hacks (causarán errores gráficos) Hardware Tessellation = Teselado por hardware @@ -701,15 +703,13 @@ Stretch = Estirar Texture Filter = Filtro de texturas Texture Filtering = Filtrado de texturas Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = Escalado de texturas -Texture Shader = Shader de textura +Texture upscaling = Escalado de texturas The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Desactivando teselado por hardware: no soportado. Unlimited = Ilimitado Up to 1 = Hasta 1 Up to 2 = Hasta 2 Upscale Level = Nivel de escalado -Upscale Type = Tipo de escalado UpscaleLevel Tip = Exige consumo de CPU, algunos escalados se pueden retrasar para evitar tirones. Use all displays = Usar todas las pantallas VSync = Sincronía vertical (VSync) diff --git a/assets/lang/es_LA.ini b/assets/lang/es_LA.ini index faf089e08ff0..92cd35e91978 100644 --- a/assets/lang/es_LA.ini +++ b/assets/lang/es_LA.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Desplazamiento Y (en % del espacio en blanco) Cardboard VR Settings = Configurar Google Cardboard VR Cheats = Trucos Copy to texture = Copiar a la textura +CPU texture upscaler (slow) = Tipo de escalado Current GPU Driver = Current GPU Driver Debugging = Depuración Default GPU driver = Default GPU driver @@ -632,6 +633,7 @@ Frame Skipping = Salto de cuadros Frame Skipping Type = Tipo de salto de cuadros FullScreen = Pantalla completa Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = Shader de texturas GPUReadbackRequired = Warning: Este juego requiere que "Omitir lecturas de GPU" esté desactivado. Hack Settings = Ajustes de hacks (puede causar glitches) Hardware Tessellation = Teselado por Hardware @@ -701,15 +703,13 @@ Stretch = Estirar Texture Filter = Filtro de texturas Texture Filtering = Filtrado de texturas Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = Escalado de texturas -Texture Shader = Shader de texturas +Texture upscaling = Escalado de texturas The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Desactivando Teselado por Hardware: no es soportado. Unlimited = Ilimitado Up to 1 = Hasta 1 Up to 2 = Hasta 2 Upscale Level = Nivel de escalado -Upscale Type = Tipo de escalado UpscaleLevel Tip = Consume tanta CPU. Cierto escalado se retrasa para evitar caídas de frames. Use all displays = Usar todas las muestras VSync = Sincronía vertical (VSync) diff --git a/assets/lang/fa_IR.ini b/assets/lang/fa_IR.ini index 52602a52384a..102fed86591f 100644 --- a/assets/lang/fa_IR.ini +++ b/assets/lang/fa_IR.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Y shift (in % of the blank space) Cardboard VR Settings = ‎Google Cardboard VR تنظیمات عینک Cheats = کدهای تقلب Copy to texture = Copy to texture +CPU texture upscaler (slow) = ‎نوع افزایش سایز Current GPU Driver = Current GPU Driver Debugging = ‎دیباگ کردن Default GPU driver = Default GPU driver @@ -632,6 +633,7 @@ Frame Skipping = ‎ردکردن فریم Frame Skipping Type = رد کردن فریز تایپ FullScreen = ‎تمام صفحه Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = GPU texture upscaler (fast) GPUReadbackRequired = Warning: This game requires "Skip GPU Readbacks" to be set to Off. Hack Settings = ‎تنظیمات هک‌ها (میتواند باعث باگ شود) Hardware Tessellation = Hardware tessellation @@ -701,15 +703,13 @@ Stretch = ‎کشیدن Texture Filter = ‎فیلتر بافت Texture Filtering = ‎فیلتر کردن بافت Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = ‎تغییر سایز بافت‌ها -Texture Shader = Texture shader +Texture upscaling = ‎تغییر سایز بافت‌ها The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Turn off "hardware tessellation": unsupported Unlimited = ‎نامحدود Up to 1 = Up to 1 Up to 2 = Up to 2 Upscale Level = ‎میزان افزایش سایز -Upscale Type = ‎نوع افزایش سایز UpscaleLevel Tip = ‎زیاد کار میکشد CPU از Use all displays = ‎استفاده از همه نمایشگر‌ها VSync = VSync diff --git a/assets/lang/fi_FI.ini b/assets/lang/fi_FI.ini index 9e9d3be8f507..567e1615e700 100644 --- a/assets/lang/fi_FI.ini +++ b/assets/lang/fi_FI.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Y-siirtymä (tyhjän tilan prosentuaalinen osuus) Cardboard VR Settings = Google Cardboard VR -asetukset Cheats = Huijaukset Copy to texture = Kopioi tekstuuriin +CPU texture upscaler (slow) = Ylösskaalauksen tapa Current GPU Driver = Näytönohjaimen nykyinen ajuri Debugging = Vian etsintä Default GPU driver = Näytönohjaimen oletus ajuri @@ -632,6 +633,7 @@ Frame Skipping = Kuvan ohitus Frame Skipping Type = Kuvan ohituksen tyyppi FullScreen = Koko näyttö Geometry shader culling = Geometria-varjostimen karsinta +GPU texture upscaler (fast) = Tekstuurin varjostin (GPU) GPUReadbackRequired = Varoitus: Tämä peli vaatii, että "Ohita näytönohjaimen lukemat" on pois päältä. Hack Settings = Hakkerointiasetukset (saattaa aiheutaa virheitä) Hardware Tessellation = Laitteistotessellaatio @@ -701,15 +703,13 @@ Stretch = Venytä Texture Filter = Tekstuurisuodatin Texture Filtering = Tekstuurin suodatus Texture replacement pack activated = Tekstuurin korvauspaketti aktivoidu -Texture Scaling = Tekstuurin skaalaus -Texture Shader = Tekstuurin varjostin +Texture upscaling = Tekstuurin skaalaus The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Ota pois käytöstä "laitteistotessellaatio": ei tuettu Unlimited = Rajoittamaton Up to 1 = Enintään 1 Up to 2 = Enintään 2 Upscale Level = Ylösskaalauksen taso -Upscale Type = Ylösskaalauksen tapa UpscaleLevel Tip = Prosessorille raskas - joillekkin skaalauksille voidaan antaa viivettä nykimisen välttämiseksi Use all displays = Käytä kaikkia näyttöjä VSync = VSync diff --git a/assets/lang/fr_FR.ini b/assets/lang/fr_FR.ini index d8b56c3bd273..a7d1c4a9a3ce 100644 --- a/assets/lang/fr_FR.ini +++ b/assets/lang/fr_FR.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Déplacement vertical (en % de l'espace vide) Cardboard VR Settings = Paramètres de Google Cardboard VR Cheats = Codes de triche Copy to texture = Copy to texture +CPU texture upscaler (slow) = Type de mise à l'échelle Current GPU Driver = Current GPU Driver Debugging = Débogage Default GPU driver = Default GPU driver @@ -632,6 +633,7 @@ Frame Skipping = Saut d'images Frame Skipping Type = Type de saut d'images FullScreen = Plein écran Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = Shader de textures (GPU) GPUReadbackRequired = Warning: This game requires "Skip GPU Readbacks" to be set to Off. Hack Settings = Paramètres "hack" (crée des bugs graphiques) Hardware Tessellation = Tessellation matérielle @@ -701,15 +703,13 @@ Stretch = Étirement Texture Filter = Filtre de textures Texture Filtering = Filtrage des textures Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = Mise à l'échelle des textures -Texture Shader = Shader de textures +Texture upscaling = Mise à l'échelle des textures The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Veuillez désactiver "Tessellation matérielle" : non supportée Unlimited = Illimité Up to 1 = Max 1 Up to 2 = Max 2 Upscale Level = Niveau de mise à l'échelle -Upscale Type = Type de mise à l'échelle UpscaleLevel Tip = Lourd pour le CPU, certaines mises à l'échelle peuvent être différées pour éviter les saccades Use all displays = Utiliser tous les écrans VSync = Synchronisation verticale diff --git a/assets/lang/gl_ES.ini b/assets/lang/gl_ES.ini index f37fa243d17e..5130362d7ca1 100644 --- a/assets/lang/gl_ES.ini +++ b/assets/lang/gl_ES.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Desprazamento vertical (en % do espazo en branco) Cardboard VR Settings = Axustes de Google Cardboard VR Cheats = Cheats Copy to texture = Copy to texture +CPU texture upscaler (slow) = Tipo de escalado Current GPU Driver = Current GPU Driver Debugging = Depuración Default GPU driver = Default GPU driver @@ -632,6 +633,7 @@ Frame Skipping = Saltar cadros Frame Skipping Type = Frame skipping type FullScreen = Pantalla completa Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = GPU texture upscaler (fast) GPUReadbackRequired = Warning: This game requires "Skip GPU Readbacks" to be set to Off. Hack Settings = Axustes de hacks (causarán erros gráficos) Hardware Tessellation = Hardware tessellation @@ -701,15 +703,13 @@ Stretch = Stretch Texture Filter = Filtro de texturas Texture Filtering = Filtrado de texturas Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = Escalado de texturas -Texture Shader = Texture shader +Texture upscaling = Escalado de texturas The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Turn off "hardware tessellation": unsupported Unlimited = Unlimited Up to 1 = Up to 1 Up to 2 = Up to 2 Upscale Level = Nivel de escalado -Upscale Type = Tipo de escalado UpscaleLevel Tip = CPU heavy - some scaling may be delayed to avoid stutter Use all displays = Use all displays VSync = Sincronización vertical diff --git a/assets/lang/gr_EL.ini b/assets/lang/gr_EL.ini index b1ecfc6369c3..55f858aab514 100644 --- a/assets/lang/gr_EL.ini +++ b/assets/lang/gr_EL.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = μετατόπιση Y (στα % του κενού) Cardboard VR Settings = Ρυθμίσεις Google Cardboard VR Cheats = Cheats Copy to texture = Copy to texture +CPU texture upscaler (slow) = Τύπος Κλιμάκωσης Current GPU Driver = Current GPU Driver Debugging = Αποσφαλάτωση Default GPU driver = Default GPU driver @@ -632,6 +633,7 @@ Frame Skipping = Παράκαμψη Καρέ Frame Skipping Type = Frame skipping type FullScreen = Πλήρης Οθόνη Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = GPU texture upscaler (fast) GPUReadbackRequired = Warning: This game requires "Skip GPU Readbacks" to be set to Off. Hack Settings = Ρυθμίσεις Hack Hardware Tessellation = Tessellation Υλικού @@ -701,15 +703,13 @@ Stretch = Επέκταση Texture Filter = Φίλτρο Υφών Texture Filtering = Φιλτράρισμα Υφών Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = Κλιμάκωση Υφών -Texture Shader = Texture shader +Texture upscaling = Κλιμάκωση Υφών The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Απενεργοποιήστε το "Hardware Tessellation": δεν υποστηρίζεται Unlimited = Απεριόριστο Up to 1 = Up to 1 Up to 2 = Up to 2 Upscale Level = Επίπεδο Κλιμάκωσης -Upscale Type = Τύπος Κλιμάκωσης UpscaleLevel Tip = Βαρύ για τον επεξεργαστή - κάποια κλιμάκωση μπορεί να καθυστερήσει για να αποφευχθούν κολλήματα Use all displays = Χρησιμοποιήστε όλες τις οθόνες VSync = Κάθετος Συγχρονισμός diff --git a/assets/lang/he_IL.ini b/assets/lang/he_IL.ini index 8b5cdc0dadd3..1d12a5fb7c77 100644 --- a/assets/lang/he_IL.ini +++ b/assets/lang/he_IL.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Y shift (in % of the blank space) Cardboard VR Settings = Google Cardboard VR settings Cheats = Cheats Copy to texture = Copy to texture +CPU texture upscaler (slow) = סוג יוקרתי Current GPU Driver = Current GPU Driver Debugging = ניפוי Default GPU driver = Default GPU driver @@ -632,6 +633,7 @@ Frame Skipping = דלג על פריימים Frame Skipping Type = Frame skipping type FullScreen = מסך מלא Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = GPU texture upscaler (fast) GPUReadbackRequired = Warning: This game requires "Skip GPU Readbacks" to be set to Off. Hack Settings = Hack settings (may cause glitches) Hardware Tessellation = Hardware tessellation @@ -701,15 +703,13 @@ Stretch = Stretch Texture Filter = קידוד טקסטורה Texture Filtering = קידוד טקסטורה Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = מידת טקסטורה -Texture Shader = Texture shader +Texture upscaling = מידת טקסטורה The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Turn off "hardware tessellation": unsupported Unlimited = Unlimited Up to 1 = Up to 1 Up to 2 = Up to 2 Upscale Level = רמה יוקרתית -Upscale Type = סוג יוקרתי UpscaleLevel Tip = CPU heavy - some scaling may be delayed to avoid stutter Use all displays = Use all displays VSync = סנכרון אנכי diff --git a/assets/lang/he_IL_invert.ini b/assets/lang/he_IL_invert.ini index 9258ede483d9..79d910235778 100644 --- a/assets/lang/he_IL_invert.ini +++ b/assets/lang/he_IL_invert.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Y shift (in % of the blank space) Cardboard VR Settings = Google Cardboard VR settings Cheats = Cheats Copy to texture = Copy to texture +CPU texture upscaler (slow) = יתרקוי גוס Current GPU Driver = Current GPU Driver Debugging = יופינ Default GPU driver = Default GPU driver @@ -632,6 +633,7 @@ Frame Skipping = םימיירפ לע גלד Frame Skipping Type = Frame skipping type FullScreen = אלמ ךסמ Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = GPU texture upscaler (fast) GPUReadbackRequired = Warning: This game requires "Skip GPU Readbacks" to be set to Off. Hack Settings = Hack settings (may cause glitches) Hardware Tessellation = Hardware tessellation @@ -701,15 +703,13 @@ Stretch = Stretch Texture Filter = הרוטסקט דודיק Texture Filtering = הרוטסקט דודיק Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = הרוטסקט תדימ -Texture Shader = Texture shader +Texture upscaling = הרוטסקט תדימ The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Turn off "hardware tessellation": unsupported Unlimited = Unlimited Up to 1 = Up to 1 Up to 2 = Up to 2 Upscale Level = תיתרקוי המר -Upscale Type = יתרקוי גוס UpscaleLevel Tip = CPU heavy - some scaling may be delayed to avoid stutter Use all displays = Use all displays VSync = יכנא ןורכנס diff --git a/assets/lang/hr_HR.ini b/assets/lang/hr_HR.ini index a01d7c84a947..78e241fc7c70 100644 --- a/assets/lang/hr_HR.ini +++ b/assets/lang/hr_HR.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Y shift (in % of the blank space) Cardboard VR Settings = Google Cardboard VR postavke Cheats = Šifre Copy to texture = Copy to texture +CPU texture upscaler (slow) = Vrsta nadograđivanja Current GPU Driver = Current GPU Driver Debugging = Otklanjanje grešaka Default GPU driver = Default GPU driver @@ -632,6 +633,7 @@ Frame Skipping = Preskakanje sličica Frame Skipping Type = Vrsta preskakanja sličica FullScreen = Puni zaslon Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = GPU texture upscaler (fast) GPUReadbackRequired = Warning: This game requires "Skip GPU Readbacks" to be set to Off. Hack Settings = Opcije hakiranja (može uzrokovati glitcheve) Hardware Tessellation = Hardware tesselacija @@ -701,15 +703,13 @@ Stretch = Rastezanje Texture Filter = Filtar tekstura Texture Filtering = Filtriranje tekstura Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = Mjerenje tekstura -Texture Shader = Texture shader +Texture upscaling = Mjerenje tekstura The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Isključi "hardver mozailk": nepodržano Unlimited = Neograničeno Up to 1 = Up to 1 Up to 2 = Up to 2 Upscale Level = Nadograđivanje razine -Upscale Type = Vrsta nadograđivanja UpscaleLevel Tip = CPU težak - neke nadogradnje mogu biti usporene da izbjegnu mucanje Use all displays = Koristi sve prikaze VSync = VSync diff --git a/assets/lang/hu_HU.ini b/assets/lang/hu_HU.ini index 8b89a5a57d01..957a908b7389 100644 --- a/assets/lang/hu_HU.ini +++ b/assets/lang/hu_HU.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Y irányú eltolás (üres terület %-ában kifejezve Cardboard VR Settings = Google Cardboard VR beállítások Cheats = Csalások Copy to texture = Textúrába másolás +CPU texture upscaler (slow) = Felskálázás típusa Current GPU Driver = Current GPU Driver Debugging = Hibakeresés Default GPU driver = Default GPU driver @@ -632,6 +633,7 @@ Frame Skipping = Képkocka átugrás Frame Skipping Type = Képkocka átugrás típusa FullScreen = Teljes képernyő Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = Textúra shader (GPU) GPUReadbackRequired = Warning: This game requires "Skip GPU Readbacks" to be set to Off. Hack Settings = Hack beállítások (HIBÁKAT OKOZHATNAK) Hardware Tessellation = Hardveres tesszaláció @@ -701,15 +703,13 @@ Stretch = Nyújtás Texture Filter = Textúra szűrés Texture Filtering = Textúra szűrés Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = Textúra felskálázás -Texture Shader = Textúra shader +Texture upscaling = Textúra felskálázás The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Kapcsold ki a "Hardveres tesszalációt", nem támogatott! Unlimited = Korlátlan Up to 1 = Legfeljebb 1 Up to 2 = Legfeljebb 2 Upscale Level = Nagyítási szint -Upscale Type = Felskálázás típusa UpscaleLevel Tip = CPU intenzív - akadozások elkerülése végett olykor késleltetve nagyít. Use all displays = Minden megjelenítő használata VSync = VSync diff --git a/assets/lang/id_ID.ini b/assets/lang/id_ID.ini index c788e0fbe745..b14e1de2b1ac 100644 --- a/assets/lang/id_ID.ini +++ b/assets/lang/id_ID.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Y shift (dalam % dari ruang kosong) Cardboard VR Settings = Pengaturan Google Cardboard VR Cheats = Pengecoh Copy to texture = Salin ke tekstur +CPU texture upscaler (slow) = Jenis skala-atas Current GPU Driver = Driver GPU Saat Ini Debugging = Awakutu Default GPU driver = Driver GPU bawaan @@ -632,6 +633,7 @@ Frame Skipping = Lewati laju bingkai Frame Skipping Type = Jenis lewati laju bingkai FullScreen = Layar penuh Geometry shader culling = Pemusnahan shader geometri +GPU texture upscaler (fast) = Tekstur shader (GPU) GPUReadbackRequired = Peringatan: Game ini mengharuskan "Lewati Pembacaan Ulang GPU" diatur ke Nonaktif. Hack Settings = Retas pengaturan (menyebabkan kecacatan) Hardware Tessellation = Pengujian perangkat keras @@ -701,15 +703,13 @@ Stretch = Peregangan Texture Filter = Filter tekstur Texture Filtering = Pemfilteran tekstur Texture replacement pack activated = Paket penggantian tekstur diaktifkan -Texture Scaling = Penskala tekstur -Texture Shader = Tekstur shader +Texture upscaling = Penskala tekstur The chosen ZIP file doesn't contain a valid driver = File ZIP yang dipilih tidak berisi driver yang valid Turn off Hardware Tessellation - unsupported = Matikan "Pengujian perangkat keras": Tidak didukung Unlimited = Tak terbatas Up to 1 = Hingga 1 Up to 2 = Hingga 2 Upscale Level = Tingkat skala-atas -Upscale Type = Jenis skala-atas UpscaleLevel Tip = Berat di CPU - beberapa penskala mungkin tertunda untuk menghindari kegagapan Use all displays = Gunakan semua tampilan VSync = VSync diff --git a/assets/lang/it_IT.ini b/assets/lang/it_IT.ini index 248d6c11df79..b5b013b2d398 100644 --- a/assets/lang/it_IT.ini +++ b/assets/lang/it_IT.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Spostamento verticale (in % di spazio vuoto) Cardboard VR Settings = Impostazioni Google Cardboard VR Cheats = Trucchi Copy to texture = Copia nella texture +CPU texture upscaler (slow) = Tipo Ottimizzazione Current GPU Driver = Driver GPU corrente Debugging = Debugging Default GPU driver = Driver GPU predefinito @@ -633,6 +634,7 @@ Frame Skipping = Salto frame Frame Skipping Type = Tipo di Salto frame FullScreen = Schermo Intero Geometry shader culling = Eliminazione dello shader geometrico +GPU texture upscaler (fast) = Shader delle texture (GPU) GPUReadbackRequired = Attenzione: Questo gioco richiede che "Salta le letture della GPU" sia impostato su Off. Hack Settings = Impostazioni Hack (causerà dei problemi, sicuramente) Hardware Tessellation = Tassellazione Hardware @@ -702,15 +704,13 @@ Stretch = Adatta al Display Texture Filter = Filtro delle texture Texture Filtering = Filtraggio delle texture Texture replacement pack activated = Pacchetto di sostituzione delle texture attivato -Texture Scaling = Scalatura delle texture -Texture Shader = Shader delle texture +Texture upscaling = Scalatura delle texture The chosen ZIP file doesn't contain a valid driver = Il file ZIP scelto non contiene un driver valido Turn off Hardware Tessellation - unsupported = Disattivazione di "tessellazione hardware": non supportata Unlimited = Illimitato Up to 1 = Max 1 Up to 2 = Max 2 Upscale Level = Livello Ottimizzazione -Upscale Type = Tipo Ottimizzazione UpscaleLevel Tip = Pesante per le CPU - alcune scalature posso essere ritardate per evitare scatti Use all displays = Usa tutti i display VSync = Sincronizzazione Verticale diff --git a/assets/lang/ja_JP.ini b/assets/lang/ja_JP.ini index 1d1e1802d813..a226d903769d 100644 --- a/assets/lang/ja_JP.ini +++ b/assets/lang/ja_JP.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Y軸の位置変更 (余白に対する%) Cardboard VR Settings = Google Cardboard VRの設定 Cheats = チート Copy to texture = テクスチャにコピー +CPU texture upscaler (slow) = アップスケールのタイプ Current GPU Driver = 現在のGPUドライバ Debugging = デバッグ Default GPU driver = デフォルトのGPUドライバ @@ -632,6 +633,7 @@ Frame Skipping = フレームスキップ Frame Skipping Type = フレームスキップのタイプ FullScreen = フルスクリーン Geometry shader culling = ジオメトリシェーダーのカリング +GPU texture upscaler (fast) = テクスチャシェーダ GPUReadbackRequired = 警告: このゲームは"GPUリードバックのスキップ"をオフにする必要があります。 Hack Settings = ハックの設定 (不具合あり) Hardware Tessellation = ハードウェアテッセレーション @@ -701,15 +703,13 @@ Stretch = 拡大 Texture Filter = テクスチャフィルタ Texture Filtering = テクスチャフィルタリング Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = テクスチャスケーリング -Texture Shader = テクスチャシェーダ +Texture upscaling = テクスチャスケーリング The chosen ZIP file doesn't contain a valid driver = 選択されたZIPファイルには有効なドライバが含まれていません Turn off Hardware Tessellation - unsupported = 「ハードウェアテッセレーション」をオフにしてください。サポートされていません Unlimited = 無制限 Up to 1 = 最大1 Up to 2 = 最大2 Upscale Level = アップスケールのレベル -Upscale Type = アップスケールのタイプ UpscaleLevel Tip = 高いCPU負荷 - カクつきを避けるため遅延するスケーリングがあるかもしれません Use all displays = 全てのディスプレイを使う VSync = VSync diff --git a/assets/lang/jv_ID.ini b/assets/lang/jv_ID.ini index b54ff44ac286..21823cf82a9d 100644 --- a/assets/lang/jv_ID.ini +++ b/assets/lang/jv_ID.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Y shift (in % of the blank space) Cardboard VR Settings = Setelan Karton Cheats = Cheats Copy to texture = Copy to texture +CPU texture upscaler (slow) = Jenis Penaikan-skala Current GPU Driver = Current GPU Driver Debugging = Pilian debug Default GPU driver = Default GPU driver @@ -632,6 +633,7 @@ Frame Skipping = Frame-skip Frame Skipping Type = Frame skipping type FullScreen = Layar Penuh Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = GPU texture upscaler (fast) GPUReadbackRequired = Warning: This game requires "Skip GPU Readbacks" to be set to Off. Hack Settings = Retas setelsn (nyebabake glitches) Hardware Tessellation = Hardware tessellation @@ -701,15 +703,13 @@ Stretch = Stretch Texture Filter = Penyaring Tekstur Texture Filtering = Penyaring Tekstur Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = Skala Tekstur -Texture Shader = Texture shader +Texture upscaling = Skala Tekstur The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Turn off "hardware tessellation": unsupported Unlimited = Ora Ana Watesan Up to 1 = Up to 1 Up to 2 = Up to 2 Upscale Level = Tingkatan Penaikan-skala -Upscale Type = Jenis Penaikan-skala UpscaleLevel Tip = CPU heavy - some scaling may be delayed to avoid stutter Use all displays = Use all displays VSync = VSync diff --git a/assets/lang/ko_KR.ini b/assets/lang/ko_KR.ini index 805e7e384470..eb7be67e556d 100644 --- a/assets/lang/ko_KR.ini +++ b/assets/lang/ko_KR.ini @@ -600,12 +600,14 @@ Backend = 백엔드 Balanced = 평형 Bicubic = 고등차수보간 Copy to texture = 텍스처에 복사 +CPU texture upscaler (slow) = 업스케일 유형 Current GPU Driver = 현재 GPU 드라이버 Default GPU driver = 기본 GPU 드라이버 Disable culling = 컬링 비활성화 Display layout & effects = 화면 레이아웃 편집기 Driver requires Android API version %1, current is %2 = 드라이버에는 안드로이드 API 버전 %1이(가) 필요하며, 현재는 %2입니다. Drivers = 드라이버 +GPU texture upscaler (fast) = 텍스처 쉐이더 (GPU) GPUReadbackRequired = 경고: 이 게임을 하려면 "GPU 리드백 건너뛰기"를 끄기로 설정해야 합니다. Both = 둘 다 Buffer graphics commands (faster, input lag) = 버퍼 그래픽 명령 (빠름, 입력 지연) @@ -701,15 +703,13 @@ Stretch = 늘이기 Texture Filter = 텍스처 필터링 Texture Filtering = 텍스처 필터링 Texture replacement pack activated = 텍스처 교체 팩 활성화 -Texture Scaling = 텍스처 스케일링 -Texture Shader = 텍스처 쉐이더 +Texture upscaling = 텍스처 스케일링 The chosen ZIP file doesn't contain a valid driver = 선택한 ZIP 파일에는 유효한 드라이버가 포함되어 있지 않습니다. Turn off Hardware Tessellation - unsupported = "하드웨어 조각화" 끄기: 지원되지 않음 Unlimited = 무제한 Up to 1 = 최대 1까지 Up to 2 = 최대 2까지 Upscale Level = 업스케일 레벨 -Upscale Type = 업스케일 유형 UpscaleLevel Tip = CPU 사용률 높음 - 일부 크기 조정은 끊김 현상을 방지하기 위해 지연될 수 있음 Use all displays = 모든 화면 사용 VSync = 수직 동기화 diff --git a/assets/lang/ku_SO.ini b/assets/lang/ku_SO.ini index 291dad45e753..5e6bb42d5e75 100644 --- a/assets/lang/ku_SO.ini +++ b/assets/lang/ku_SO.ini @@ -614,12 +614,14 @@ Backend = Backend Balanced = Balanced Bicubic = Bicubic Copy to texture = Copy to texture +CPU texture upscaler (slow) = Upscale type Current GPU Driver = Current GPU Driver Default GPU driver = Default GPU driver Disable culling = Disable culling Display layout & effects = Display layout & effects Driver requires Android API version %1, current is %2 = Driver requires Android API version %1, current is %2 Drivers = Drivers +GPU texture upscaler (fast) = Texture shader GPUReadbackRequired = Warning: This game requires "Skip GPU Readbacks" to be set to Off. Both = Both Buffer graphics commands (faster, input lag) = Buffer graphics commands (faster, input lag) @@ -715,15 +717,13 @@ Stretch = Stretch Texture Filter = Texture filtering Texture Filtering = Texture filtering Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = Texture scaling -Texture Shader = Texture shader +Texture upscaling = Texture scaling The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Turn off "hardware tessellation": unsupported Unlimited = Unlimited Up to 1 = Up to 1 Up to 2 = Up to 2 Upscale Level = Upscale level -Upscale Type = Upscale type UpscaleLevel Tip = CPU heavy - some scaling may be delayed to avoid stutter Use all displays = Use all displays VSync = VSync diff --git a/assets/lang/lo_LA.ini b/assets/lang/lo_LA.ini index 37edea982f81..60003b624cdb 100644 --- a/assets/lang/lo_LA.ini +++ b/assets/lang/lo_LA.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = ປັບປ່ຽນແກນ Y (ໃນ % ຂອງ Cardboard VR Settings = ການຕັ້ງຄ່າ Google Cardboard VR Cheats = Cheats Copy to texture = Copy to texture +CPU texture upscaler (slow) = ຮູບແບບການເພີ່ມສເກລພາບ Current GPU Driver = Current GPU Driver Debugging = ການແກ້ຈຸດບົກພ່ອງ Default GPU driver = Default GPU driver @@ -632,6 +633,7 @@ Frame Skipping = ຂ້າມເຟຣມ Frame Skipping Type = Frame skipping type FullScreen = ເຕັມໜ້າຈໍ Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = GPU texture upscaler (fast) GPUReadbackRequired = Warning: This game requires "Skip GPU Readbacks" to be set to Off. Hack Settings = ການຕັ້ງຄ່າແຮັກ Hardware Tessellation = Hardware tessellation @@ -701,15 +703,13 @@ Stretch = ດຶງເຕັມຈໍ Texture Filter = ໂຕຕອງພື້ນຜິວ Texture Filtering = ຕອງພື້ນຜິວ Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = ປັບພື້ນຜິວ -Texture Shader = Texture shader +Texture upscaling = ປັບພື້ນຜິວ The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Turn off "hardware tessellation": unsupported Unlimited = ບໍ່ຈຳກັດ Up to 1 = Up to 1 Up to 2 = Up to 2 Upscale Level = ການເພີ່ມລະດັບສເກລພາບ -Upscale Type = ຮູບແບບການເພີ່ມສເກລພາບ UpscaleLevel Tip = ຊີພີຢູເຮັດວຽກໜັກຂຶ້ນ - ບາງສເກລພາບອາດເກີດອາການໜ່ວງຈົນເຖິງຂັ້ນບໍ່ສະແດງ Use all displays = Use all displays VSync = ຄວບຄຸມລະດັບເຟຣມເຣດໃຫ້ຄົງທີ່ diff --git a/assets/lang/lt-LT.ini b/assets/lang/lt-LT.ini index b6e44adef989..9e644a9175b5 100644 --- a/assets/lang/lt-LT.ini +++ b/assets/lang/lt-LT.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Y shift (in % of the blank space) Cardboard VR Settings = Google Cardboard VR settings Cheats = Cheats Copy to texture = Copy to texture +CPU texture upscaler (slow) = "Pakėlimo" tipas Current GPU Driver = Current GPU Driver Debugging = Testinis režimas Default GPU driver = Default GPU driver @@ -632,6 +633,7 @@ Frame Skipping = Kadrų praleidimas Frame Skipping Type = Frame skipping type FullScreen = Pilnas ekranas Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = GPU texture upscaler (fast) GPUReadbackRequired = Warning: This game requires "Skip GPU Readbacks" to be set to Off. Hack Settings = Modifikavimo parametrai (gali sukelti problemų) Hardware Tessellation = Hardware tessellation @@ -701,15 +703,13 @@ Stretch = Stretch Texture Filter = Tekstūrų filtravimas Texture Filtering = Tekstūrų filtravimas Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = Tekstūrų skalė -Texture Shader = Texture shader +Texture upscaling = Tekstūrų skalė The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Turn off "hardware tessellation": unsupported Unlimited = Unlimited Up to 1 = Up to 1 Up to 2 = Up to 2 Upscale Level = "Pakėlimo" lygis -Upscale Type = "Pakėlimo" tipas UpscaleLevel Tip = CPU heavy - some scaling may be delayed to avoid stutter Use all displays = Use all displays VSync = Kadrų per sekundę sinchrovizavimas su monitoriumi diff --git a/assets/lang/ms_MY.ini b/assets/lang/ms_MY.ini index 405ebf1e7b71..82d8f1490065 100644 --- a/assets/lang/ms_MY.ini +++ b/assets/lang/ms_MY.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Y shift (in % of the blank space) Cardboard VR Settings = Google Cardboard VR settings Cheats = Cheats Copy to texture = Copy to texture +CPU texture upscaler (slow) = Jenis penskalaan Current GPU Driver = Current GPU Driver Debugging = Pempepijat Default GPU driver = Default GPU driver @@ -632,6 +633,7 @@ Frame Skipping = Pelompatan Frame Frame Skipping Type = Frame skipping type FullScreen = Skrin penuh Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = GPU texture upscaler (fast) GPUReadbackRequired = Warning: This game requires "Skip GPU Readbacks" to be set to Off. Hack Settings = Godam tetapan (mungkin menyebabkan gangguan) Hardware Tessellation = Hardware tessellation @@ -701,15 +703,13 @@ Stretch = Stretch Texture Filter = Penapis Tekstur Texture Filtering = Penapisan Tekstur Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = Penskalaan Tekstur -Texture Shader = Texture shader +Texture upscaling = Penskalaan Tekstur The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Turn off "hardware tessellation": unsupported Unlimited = Unlimited Up to 1 = Up to 1 Up to 2 = Up to 2 Upscale Level = Tahap penskalaan -Upscale Type = Jenis penskalaan UpscaleLevel Tip = CPU heavy - some scaling may be delayed to avoid stutter Use all displays = Use all displays VSync = VSync diff --git a/assets/lang/nl_NL.ini b/assets/lang/nl_NL.ini index 372c19e23393..ef6fcc96f4b8 100644 --- a/assets/lang/nl_NL.ini +++ b/assets/lang/nl_NL.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Verschuiving Y-as (in % van de lege ruimte) Cardboard VR Settings = Instellingen voor Google Cardboard VR Cheats = Cheats Copy to texture = Copy to texture +CPU texture upscaler (slow) = Upscaletype Current GPU Driver = Current GPU Driver Debugging = Fouten opsporen Default GPU driver = Default GPU driver @@ -632,6 +633,7 @@ Frame Skipping = Frames overslaan Frame Skipping Type = Frame skipping type FullScreen = Volledig scherm Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = GPU texture upscaler (fast) GPUReadbackRequired = Warning: This game requires "Skip GPU Readbacks" to be set to Off. Hack Settings = Hackinstellingen (kan glitches veroorzaken) Hardware Tessellation = Hardwarebetegeling @@ -701,15 +703,13 @@ Stretch = Uitrekken Texture Filter = Texturefilter Texture Filtering = Texturefilter Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = Textures schalen -Texture Shader = Texture shader +Texture upscaling = Textures schalen The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Schakel "hardwarebetegeling" uit: niet ondersteund Unlimited = Onbeperkt Up to 1 = Up to 1 Up to 2 = Up to 2 Upscale Level = Upscaleniveau -Upscale Type = Upscaletype UpscaleLevel Tip = CPU-belastend - schalen kan vertraagd worden om haperingen te voorkomen Use all displays = Alle beeldschermen gebruiken VSync = Verticale synchronisatie diff --git a/assets/lang/no_NO.ini b/assets/lang/no_NO.ini index 09fe674ad12b..2572a1afaf9a 100644 --- a/assets/lang/no_NO.ini +++ b/assets/lang/no_NO.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Y shift (in % of the blank space) Cardboard VR Settings = Google Cardboard VR settings Cheats = Cheats Copy to texture = Copy to texture +CPU texture upscaler (slow) = Oppskaler type Current GPU Driver = Current GPU Driver Debugging = Debugging Default GPU driver = Default GPU driver @@ -632,6 +633,7 @@ Frame Skipping = Ramme Hoppe over Frame Skipping Type = Frame skipping type FullScreen = Fullskjerm Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = GPU texture upscaler (fast) GPUReadbackRequired = Warning: This game requires "Skip GPU Readbacks" to be set to Off. Hack Settings = Hack settings (may cause glitches) Hardware Tessellation = Hardware tessellation @@ -701,15 +703,13 @@ Stretch = Stretch Texture Filter = Tekstur filtrering Texture Filtering = Tekstur filtrering Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = Teksturskalning -Texture Shader = Texture shader +Texture upscaling = Teksturskalning The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Turn off "hardware tessellation": unsupported Unlimited = Unlimited Up to 1 = Up to 1 Up to 2 = Up to 2 Upscale Level = Oppskaler nivå -Upscale Type = Oppskaler type UpscaleLevel Tip = CPU heavy - some scaling may be delayed to avoid stutter Use all displays = Use all displays VSync = VSync diff --git a/assets/lang/pl_PL.ini b/assets/lang/pl_PL.ini index 6445e7348397..72da54a0fcc9 100644 --- a/assets/lang/pl_PL.ini +++ b/assets/lang/pl_PL.ini @@ -614,6 +614,7 @@ Cardboard Screen Y Shift = Przesunięcie Y (% pustej przestrzeni) Cardboard VR Settings = Ustawienia Google Cardboard VR Cheats = Kody Copy to texture = Copy to texture +CPU texture upscaler (slow) = Rodzaj skalowania Current GPU Driver = Aktualny sterownik GPU Debugging = Debugowanie Default GPU driver = Domyślny sterownik GPU @@ -636,6 +637,7 @@ Frame Skipping = Pomijanie klatek Frame Skipping Type = Tryb pomijania klatek FullScreen = Pełny ekran Geometry shader culling = Przycinanie shaderów geometrii +GPU texture upscaler (fast) = Shadery tekstur GPUReadbackRequired = Uwaga: Ta gra wymaga wyłączenia opcji "Pomiń odczyty zwrotne GPU". Hack Settings = Ustawienia specjalne (powodują problemy) Hardware Tessellation = Sprzętowa teselacja @@ -705,15 +707,13 @@ Stretch = Rozciąganie Texture Filter = Filtrowanie tekstur Texture Filtering = Filtrowanie tekstur Texture replacement pack activated = Paczka podmienionych tekstur aktywowana -Texture Scaling = Skalowanie tekstur -Texture Shader = Shadery tekstur +Texture upscaling = Skalowanie tekstur The chosen ZIP file doesn't contain a valid driver = Wybrany plik ZIP nie zawiera prawidłowego sterownika Turn off Hardware Tessellation - unsupported = Wyłącz sprzętową teselację: opcja nie jest wspierana Unlimited = Bez limitu Up to 1 = Maks. jeden Up to 2 = Maks. dwa Upscale Level = Poziom skalowania -Upscale Type = Rodzaj skalowania UpscaleLevel Tip = Obciąża CPU - skalowanie może zostać opóźnione by zapobiec spadkom płynności Use all displays = Używaj wszystkich monitorów VSync = Synchronizacja pionowa diff --git a/assets/lang/pt_BR.ini b/assets/lang/pt_BR.ini index 7a9c05520b77..87d2d3e9c39d 100644 --- a/assets/lang/pt_BR.ini +++ b/assets/lang/pt_BR.ini @@ -624,12 +624,14 @@ Backend = Backend Balanced = Balanceado Bicubic = Bi-cúbico Copy to texture = Copiar pra textura +CPU texture upscaler (slow) = Tipo de ampliação Current GPU Driver = Driver da GPU Atual Default GPU driver = Driver padrão da GPU Disable culling = Desativar o culling Display layout & effects = Exibir o esquema & efeitos Driver requires Android API version %1, current is %2 = O driver requer a versão %1 da API do Android, a atual é %2 Drivers = Drivers +GPU texture upscaler (fast) = Shader das texturas (GPU) GPUReadbackRequired = Aviso: Este jogo requer que o "Ignorar Leituras da GPU" esteja definido como Desligado. Both = Ambos Buffer graphics commands (faster, input lag) = Buffer dos comandos dos gráficos (mais rápido, atraso na entrada dos dados) @@ -725,15 +727,13 @@ Stretch = Esticar Texture Filter = Filtragem das texturas Texture Filtering = Filtragem das texturas Texture replacement pack activated = Pacote de substituição das texturas ativado -Texture Scaling = Dimensionamento das texturas -Texture Shader = Shader das texturas +Texture upscaling = Dimensionamento das texturas The chosen ZIP file doesn't contain a valid driver. = O arquivo ZIP escolhido não contém um driver válido Turn off Hardware Tessellation - unsupported = Desligar a "Tesselação por hardware": não suportado Unlimited = Ilimitado Up to 1 = Até 1 Up to 2 = Até 2 Upscale Level = Nível da ampliação -Upscale Type = Tipo de ampliação UpscaleLevel Tip = Pesado pra CPU - alguns dimensionamentos podem ser atrasados pra evitar travamentos Use all displays = Usar todas as telas VSync = VSync diff --git a/assets/lang/pt_PT.ini b/assets/lang/pt_PT.ini index 41ed7bb9fe64..405cc878a78c 100644 --- a/assets/lang/pt_PT.ini +++ b/assets/lang/pt_PT.ini @@ -634,6 +634,7 @@ Cardboard Screen Y Shift = Deslocamento do Y (em % do espaço vazio) Cardboard VR Settings = Definições do Google VR Cardboard Cheats = Cheats Copy to texture = Copy to texture +CPU texture upscaler (slow) = Tipo de ampliação Current GPU Driver = Current GPU Driver Debugging = Debugging Default GPU driver = Default GPU driver @@ -656,6 +657,7 @@ Frame Skipping = Salto de frames Frame Skipping Type = Tipo de salto de frames FullScreen = Ecrã Cheio Geometry shader culling = Abate do Shader Geométric +GPU texture upscaler (fast) = Shader das texturas (GPU) GPUReadbackRequired = AVISO: Este jogo requer que "Saltar Readbacks da GPU" esteja desativado. Hack Settings = Definições dos Hacks (pode causar erros gráficos) Hardware Tessellation = Tesselação por Hardware @@ -725,15 +727,13 @@ Stretch = Esticamento Texture Filter = Filtro das texturas Texture Filtering = Filtração das texturas Texture replacement pack activated = Pacote de substituição de texturas ativado -Texture Scaling = Dimensionamento das texturas -Texture Shader = Shader das texturas +Texture upscaling = Dimensionamento das texturas The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Desliga a "Tesselação por hardware": não compatível. Unlimited = Ilimitado Up to 1 = Até 1 Up to 2 = Até 2 Upscale Level = Nível de ampliação -Upscale Type = Tipo de ampliação UpscaleLevel Tip = Pesado para a CPU - alguns dimensionamentos poderão ser atrasados para evitar travamentos Use all displays = Usar todas as telas VSync = VSync diff --git a/assets/lang/ro_RO.ini b/assets/lang/ro_RO.ini index 258e5f619021..a836e55a59c6 100644 --- a/assets/lang/ro_RO.ini +++ b/assets/lang/ro_RO.ini @@ -611,6 +611,7 @@ Cardboard Screen Y Shift = mișcare Y (în % din spațiu gol) Cardboard VR Settings = Setări Google Cardboard VR Cheats = Cheats Copy to texture = Copy to texture +CPU texture upscaler (slow) = Tip Suprascalare Current GPU Driver = Current GPU Driver Debugging = Depanare Default GPU driver = Default GPU driver @@ -633,6 +634,7 @@ Frame Skipping = Cadre Omise Frame Skipping Type = Frame skipping type FullScreen = Ecran intreg Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = GPU texture upscaler (fast) GPUReadbackRequired = Warning: This game requires "Skip GPU Readbacks" to be set to Off. Hack Settings = Setări trișare (pot cauza stricăciuni) Hardware Tessellation = Hardware tessellation @@ -702,15 +704,13 @@ Stretch = Stretch Texture Filter = Filtru texturi Texture Filtering = Filtrare texturi Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = Scalare texturi -Texture Shader = Texture shader +Texture upscaling = Scalare texturi The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Turn off "hardware tessellation": unsupported Unlimited = Unlimited Up to 1 = Up to 1 Up to 2 = Up to 2 Upscale Level = Nivel Suprascalare -Upscale Type = Tip Suprascalare UpscaleLevel Tip = CPU heavy - some scaling may be delayed to avoid stutter Use all displays = Use all displays VSync = VSync diff --git a/assets/lang/ru_RU.ini b/assets/lang/ru_RU.ini index 94868d3e9744..93b3309effaf 100644 --- a/assets/lang/ru_RU.ini +++ b/assets/lang/ru_RU.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Сдвиг по Y (в % пустого простра Cardboard VR Settings = Параметры Cardboard VR Cheats = Читы Copy to texture = Копировать в текстуру +CPU texture upscaler (slow) = Тип масштабирования Current GPU Driver = Текущий драйвер ГП Debugging = Отладка Default GPU driver = Драйвер ГП по умолчанию @@ -632,6 +633,7 @@ Frame Skipping = Пропуск кадров Frame Skipping Type = Тип пропуска кадров FullScreen = Полноэкранный режим Geometry shader culling = Вызов геометрических шейдеров +GPU texture upscaler (fast) = Текстурный шейдер GPUReadbackRequired = Внимание: Для данной игры нужно отключить настройку "Пропускать чтение данных ГП". Hack Settings = Параметры хаков (могут вызывать глюки) Hardware Tessellation = Аппаратная тесселяция @@ -701,15 +703,13 @@ Stretch = Растягивание Texture Filter = Текстурный фильтр Texture Filtering = Фильтрация текстур Texture replacement pack activated = Пакет замены текстур активирован -Texture Scaling = Масштабирование текстур -Texture Shader = Текстурный шейдер +Texture upscaling = Масштабирование текстур The chosen ZIP file doesn't contain a valid driver = Выбранный файл ZIP не содержит корректный драйвер Turn off Hardware Tessellation - unsupported = Выключите настройку "Аппаратная тесселяция" - не поддерживается Unlimited = Без ограничений Up to 1 = До 1 Up to 2 = До 2 Upscale Level = Уровень масштабирования -Upscale Type = Тип масштабирования UpscaleLevel Tip = Нагружает ЦП. Масштабирование может происходить с задержкой для предотвращения заиканий Use all displays = Задействовать все экраны VSync = Вертикальная синхронизация diff --git a/assets/lang/sv_SE.ini b/assets/lang/sv_SE.ini index 93b76e62332a..9e84d0bf49e3 100644 --- a/assets/lang/sv_SE.ini +++ b/assets/lang/sv_SE.ini @@ -277,7 +277,7 @@ Stop = Stopp Switch UMD = Byt UMD Take Screenshot = Ta skärmdump Texture Filtering = Texturfiltrering -Texture Scaling = Texturskalning +Texture Scaling = Texturuppskalning Use Lossless Video Codec (FFV1) = &Use lossless video codec (FFV1) Use output buffer for video = Use output buffer for video VSync = VSync @@ -611,6 +611,7 @@ Cardboard Screen Y Shift = Y shift (in % of the blank space) Cardboard VR Settings = Google Cardboard VR settings Cheats = Fusk Copy to texture = Copy to texture +CPU texture upscaler (slow) = CPU-baserad texturuppskalare (långsam) Current GPU Driver = Aktuell GPU-drivrutin Debugging = Debuggning Default GPU driver = Förvald GPU-drivrutin @@ -633,6 +634,7 @@ Frame Skipping = Frame-skipping Frame Skipping Type = Frame skipping type FullScreen = Fullskärm Geometry shader culling = Geoshader-klippning +GPU texture upscaler (fast) = GPU-baserad texturuppskalare (snabb) GPUReadbackRequired = Varning: Detta spel kräver att 'Skippa dataläsningar från GPU:n' är avstängt. Hack Settings = Hack-inställningar (kan orsaka problem) Hardware Tessellation = Hårdvarutessellering @@ -702,15 +704,13 @@ Stretch = Sträck ut Texture Filter = Texturfilter Texture Filtering = Texturfiltrering Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = Texturskalning -Texture Shader = Texture shader +Texture upscaling = Texturuppskalning The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Turn off "hardware tessellation": unsupported Unlimited = Unlimited Up to 1 = Up to 1 Up to 2 = Up to 2 Upscale Level = Uppskalningsnivå -Upscale Type = Uppskalningstyp UpscaleLevel Tip = CPU heavy - some scaling may be delayed to avoid stutter Use all displays = Använd alla displayer VSync = VSync @@ -984,7 +984,7 @@ LCDPersistence = LCD-persistens MitchellNetravali = Bicubisk uppskalning (Mitchell-Netravali) Natural = Natural NaturalA = Natural Colors (no blur) -Off = Off +Off = Av Power = Styrka PSPColor = PSP color RedBlue = Röd/Blå glasögon @@ -1349,7 +1349,7 @@ Ignore bad memory accesses = Ignorera felaktiga minnesåtkomster Increase size = Öka storlek Interpreter = Interpreter IO timing method = IO-timingsmetod -IR Interpreter = IR interpreter +IR Interpreter = IR-interpreterare Language = Språk Memory Stick Folder = Memory Stick-mapp Memory Stick inserted = Memory Stick isatt @@ -1360,7 +1360,7 @@ Newest Save = Nyaste sparfilen No animation = Ingen animation Not a PSP game = Inte ett PSP-spel Notification screen position = Notification screen position -Off = Off +Off = Av Oldest Save = Äldsta sparfilen Only JPG and PNG images are supported = Only JPG and PNG images are supported Path does not exist! = Path does not exist! diff --git a/assets/lang/tg_PH.ini b/assets/lang/tg_PH.ini index a74fe24620d9..948e9bd9fcec 100644 --- a/assets/lang/tg_PH.ini +++ b/assets/lang/tg_PH.ini @@ -611,6 +611,7 @@ Cardboard Screen Y Shift = Y shift (in % of the blank space) Cardboard VR Settings = Google Cardboard VR settings Cheats = Cheats Copy to texture = Copy to texture +CPU texture upscaler (slow) = Uri ng upscale Current GPU Driver = Current GPU Driver Debugging = Debugging Default GPU driver = Default GPU driver @@ -633,6 +634,7 @@ Frame Skipping = Frame Skipping Frame Skipping Type = Frame skipping type FullScreen = Isakto sa Sukat ng iyong Iskrin Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = GPU texture upscaler (fast) GPUReadbackRequired = Babala: This game requires "Skip GPU Readbacks" to be set to Off. Hack Settings = Hack Settings (maaring magdulot ng pagloloko sa laro) Hardware Tessellation = Hardware tessellation @@ -702,15 +704,13 @@ Stretch = Iunat Texture Filter = Panala ng Texture Texture Filtering = Pagsala sa Texture Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = Pagsukat sa Texture -Texture Shader = Texture shader +Texture upscaling = Pagsukat sa Texture The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Turn off "hardware tessellation": hindi suportado Unlimited = Walang katapusan Up to 1 = Up to 1 Up to 2 = Up to 2 Upscale Level = Antas ng upscale -Upscale Type = Uri ng upscale UpscaleLevel Tip = CPU heavy - some scaling may be delayed to avoid stutter Use all displays = Use all displays VSync = VSync diff --git a/assets/lang/th_TH.ini b/assets/lang/th_TH.ini index ca0ae648e090..6c8474551584 100644 --- a/assets/lang/th_TH.ini +++ b/assets/lang/th_TH.ini @@ -621,6 +621,7 @@ Cardboard Screen Y Shift = ปรับเปลี่ยนแกน Y (ใน Cardboard VR Settings = การตั้งค่าแว่น กูเกิ้ล การ์ดบอร์ด Cheats = สูตรโกง Copy to texture = คัดลอกไปยังเท็คเจอร์ +CPU texture upscaler (slow) = รูปแบบการเพิ่มสเกลภาพ (CPU) Current GPU Driver = ไดรเวอร์ GPU ที่ใช้งานอยู่ตอนนี้ Current GPU driver = ไดรเวอร์ GPU ที่ใช้งานอยู่ตอนนี้ Debugging = การแก้ไขจุดบกพร่อง @@ -647,6 +648,7 @@ Frame Skipping Type = รูปแบบการข้ามเฟรม Framerate mode = โหมดเฟรมเรท FullScreen = เต็มหน้าจอ Geometry shader culling = การคัดแยกเฉดสีเชิงเรขาคณิต +GPU texture upscaler (fast) = โทนแสงสีพื้นผิว (GPU) GPUReadbackRequired = คำเตือน: เกมนี้จำเป็นต้องติ๊กตั้งค่า "ข้ามการอ่านข้อมูลส่งกลับไปยัง GPU" ออกด้วย Hack Settings = ตั้งค่าการปรับแฮ็ค (อาจแสดงผลผิดพลาด) Hardware Tessellation = ฮาร์ดแวร์ เทสเซลเลชั่น @@ -717,15 +719,13 @@ Stretch = ดึงเต็มจอ Texture Filter = ตัวกรองพื้นผิว Texture Filtering = การกรองพื้นผิว Texture replacement pack activated = แพ็คการแทนที่พื้นผิวถูกเปิดใช้งาน -Texture Scaling = การปรับสเกลพื้นผิว -Texture Shader = โทนแสงสีพื้นผิว +Texture upscaling = การปรับสเกลพื้นผิว The chosen ZIP file doesn't contain a valid driver = ไฟล์ ZIP ที่เลือกไว้ ไม่มีข้อมูลไดรเวอร์ที่ถูกต้อง Turn off Hardware Tessellation - unsupported = ปิด "ฮาร์ดแวร์ เทสเซลเลชั่น" แล้ว เนื่องจากไม่สนับสนุนการทำงาน Unlimited = ไม่จำกัด Up to 1 = เพิ่มไปที่ 1 Up to 2 = เพิ่มไปที่ 2 Upscale Level = เพิ่มระดับสเกลภาพ -Upscale Type = รูปแบบการเพิ่มสเกลภาพ UpscaleLevel Tip = ซีพียูทำงานหนักขึ้น บางสเกลภาพอาจเกิดอาการหน่วงจนถึงขั้นไม่แสดงผล Use all displays = ใช้กับหน้าจอการแสดงผลทั้งหมด VSync = ควบคุมช่วงของเฟรมเรทให้คงที่ diff --git a/assets/lang/tr_TR.ini b/assets/lang/tr_TR.ini index dd2af861065e..a5faa60fa7d9 100644 --- a/assets/lang/tr_TR.ini +++ b/assets/lang/tr_TR.ini @@ -612,6 +612,7 @@ Cardboard Screen Y Shift = Y shift (boş alanın %'si olarak) Cardboard VR Settings = Google Cardboard VR Ayarları Cheats = Hileler Copy to texture = Dokuya kopyala +CPU texture upscaler (slow) = Ölçeklendirme türü Current GPU Driver = Şimdiki GPU Sürücüsü Debugging = Hata Ayıklama Default GPU driver = Varsayılan GPU Sürücüsü @@ -634,6 +635,7 @@ Frame Skipping = Kare atla Frame Skipping Type = Kare atlama türü FullScreen = Tam ekran Geometry shader culling = Geometri gölgelendiricisi ayıklama +GPU texture upscaler (fast) = Doku gölgelendiricisi (GPU) GPUReadbackRequired = Uyarı: Bu oyun "GPU Okumalarını Atla" seçeneğinin Kapalı olarak ayarlanmasını gerektirir. Hack Settings = Hack ayarları (Küçük teknik problemlere neden olabilir.) Hardware Tessellation = Donanım Mozaikleme @@ -703,15 +705,13 @@ Stretch = Serbest tam ekran (sünme) Texture Filter = Doku filtreleme Texture Filtering = Doku filtreleme Texture replacement pack activated = Doku değiştirme paketi etkinleştirildi -Texture Scaling = Doku ölçekleme -Texture Shader = Doku gölgelendiricisi +Texture upscaling = Doku ölçekleme The chosen ZIP file doesn't contain a valid driver = Seçilen ZIP dosyası geçerli bir sürücü içermiyor Turn off Hardware Tessellation - unsupported = "Donanım mozaikleme"yi kapatın: çünkü desteklenmiyor. Unlimited = Sınırsız Up to 1 = 1'e kadar Up to 2 = 2'ye kadar Upscale Level = Ölçeklendirme seviyesi -Upscale Type = Ölçeklendirme türü UpscaleLevel Tip = CPU'ya ağır yüklenir - takılmayı önlemek için bazı yeniden ölçeklendirmeler gecikebilir Use all displays = Tüm ekranları kullan VSync = Dikey eşleme (Vsync) diff --git a/assets/lang/uk_UA.ini b/assets/lang/uk_UA.ini index f6b5dfce83d9..61a4321e157c 100644 --- a/assets/lang/uk_UA.ini +++ b/assets/lang/uk_UA.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Налаштування - Y - Cardboard VR Settings = Управління 3D кінотеатром Cheats = Чит-коди Copy to texture = Копіювати в текстуру +CPU texture upscaler (slow) = Тип масштабування Current GPU Driver = Поточний драйвер GPU Debugging = Налагодження Default GPU driver = звичайний драйвер CPU @@ -632,6 +633,7 @@ Frame Skipping = Пропуск кадрів Frame Skipping Type = Тип пропуску кадрів FullScreen = Повноекранний режим Geometry shader culling = Вибракування шейдерів геометрії +GPU texture upscaler (fast) = Шейдер текстур (GPU) GPUReadbackRequired = Увага: Ця гра вимагає "Пропустити зворотні зчитування GPU" встановити значення вимкнути. Hack Settings = Параметри хаків (можуть викликати глюки) Hardware Tessellation = Апаратна тесселляція @@ -701,15 +703,13 @@ Stretch = Розтягнення Texture Filter = Фільтр текстур Texture Filtering = Фільтрація текстур Texture replacement pack activated = Пакет заміни текстур активовано -Texture Scaling = Масштабування текстур -Texture Shader = Шейдер текстур +Texture upscaling = Масштабування текстур The chosen ZIP file doesn't contain a valid driver = Обраний ZIP файл не містить дійсного драйвера Turn off Hardware Tessellation - unsupported = Вимкніть "апаратна тесселляція": не підтримується Unlimited = Необмежено Up to 1 = До 1 Up to 2 = До 2 Upscale Level = Рівень масштабування -Upscale Type = Тип масштабування UpscaleLevel Tip = Процесор завантажений - деяке масштабування може затягнутися, щоб уникнути заїкання Use all displays = Використовувати всі екрани VSync = Вертикальна синхронізація diff --git a/assets/lang/vi_VN.ini b/assets/lang/vi_VN.ini index 3f5b874f4741..28f9e7a49257 100644 --- a/assets/lang/vi_VN.ini +++ b/assets/lang/vi_VN.ini @@ -277,7 +277,7 @@ Stop = Dừng lại Switch UMD = Chuyển sang UMD Take Screenshot = Chụp ảnh màn hình Texture Filtering = Bộ lọc texture -Texture Scaling = Scaling texture (thu nhỏ) +Texture Scaling = Upscaling texture (thu nhỏ) Use Lossless Video Codec (FFV1) = Sử dụng codec video lossless (FFV1) Use output buffer for video = Use output buffer for video VSync = Đồng bộ @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Y shift (in % of the blank space) Cardboard VR Settings = Google Cardboard VR settings Cheats = Cheats Copy to texture = Copy to texture +CPU texture upscaler (slow) = Loại cao cấp Current GPU Driver = Current GPU Driver Debugging = Debugging Default GPU driver = Default GPU driver @@ -632,6 +633,7 @@ Frame Skipping = Nhảy khuôn hình Frame Skipping Type = Frame skipping type FullScreen = Toàn màn hình Geometry shader culling = Geometry shader culling +GPU texture upscaler (fast) = GPU texture upscaler (fast) GPUReadbackRequired = Warning: This game requires "Skip GPU Readbacks" to be set to Off. Hack Settings = Thiết lập hack (sẽ bị lỗi) Hardware Tessellation = Lót phần cứng @@ -701,15 +703,13 @@ Stretch = Stretch Texture Filter = Bộ lọc họa tiết Texture Filtering = Lọc texture Texture replacement pack activated = Texture replacement pack activated -Texture Scaling = Họa tiết rộng -Texture Shader = Texture shader +Texture upscaling = Họa tiết rộng The chosen ZIP file doesn't contain a valid driver = The chosen ZIP file doesn't contain a valid driver Turn off Hardware Tessellation - unsupported = Tắt "phần cứng tessellation": không hổ trợ Unlimited = Không giới hạn Up to 1 = Up to 1 Up to 2 = Up to 2 Upscale Level = Cấp cao -Upscale Type = Loại cao cấp UpscaleLevel Tip = CPU nặng - một số tỷ lệ có thể bị hoãn để tránh lỗi. Use all displays = Sử dụng tất cả các hiển thị VSync = Đồng bộ diff --git a/assets/lang/zh_CN.ini b/assets/lang/zh_CN.ini index a54d5020037c..c5b086df5cfc 100644 --- a/assets/lang/zh_CN.ini +++ b/assets/lang/zh_CN.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = 垂直% Cardboard VR Settings = 谷歌纸板VR设置 Cheats = 金手指 Copy to texture = 复制到纹理 +CPU texture upscaler (slow) = 纹理缩放 (CPU) Current GPU Driver = 当前使用的GPU驱动 Debugging = 调试设置 Default GPU driver = 原版默认驱动 @@ -632,6 +633,7 @@ Frame Skipping = 跳帧 Frame Skipping Type = 跳帧方式 FullScreen = 全屏幕 Geometry shader culling = 几何着色器剔除 +GPU texture upscaler (fast) = 纹理着色器 (GPU加速) GPUReadbackRequired = 警告:此游戏需要关闭“跳过GPU块传输”。 Hack Settings = 渲染修正 (错误修复) Hardware Tessellation = 硬件曲面细分 @@ -701,15 +703,13 @@ Stretch = 拉伸 Texture Filter = 纹理过滤算法 Texture Filtering = 纹理过滤 Texture replacement pack activated = 纹理替换包已生效 -Texture Scaling = 纹理缩放 -Texture Shader = 纹理着色器 (GPU加速) +Texture upscaling = 纹理缩放 The chosen ZIP file doesn't contain a valid driver = 选择的ZIP文件里无有效的GPU驱动。 Turn off Hardware Tessellation - unsupported = 由于系统不支持,“硬件曲面细分”关闭 Unlimited = 无限制 Up to 1 = 最高缓冲1帧 Up to 2 = 最高缓冲2帧 Upscale Level = 缩放尺寸 -Upscale Type = 纹理缩放 (CPU) UpscaleLevel Tip = 为减轻CPU负担,缩放效果可能会延后。 Use all displays = 使用全部显示器 VSync = 垂直同步 diff --git a/assets/lang/zh_TW.ini b/assets/lang/zh_TW.ini index 05a68b0b29a3..0dc5926c763f 100644 --- a/assets/lang/zh_TW.ini +++ b/assets/lang/zh_TW.ini @@ -610,6 +610,7 @@ Cardboard Screen Y Shift = Y 移位 (於 % 的空白區) Cardboard VR Settings = Google Cardboard VR 設定 Cheats = 密技 Copy to texture = 複製到紋理 +CPU texture upscaler (slow) = 放大類型 (CPU) Current GPU Driver = 目前 GPU 驅動程式 Debugging = 偵錯 Default GPU driver = 預設 GPU 驅動程式 @@ -632,6 +633,7 @@ Frame Skipping = 影格跳過 Frame Skipping Type = 影格跳過類型 FullScreen = 全螢幕 Geometry shader culling = 幾何著色器揀選 +GPU texture upscaler (fast) = 紋理著色器 (GPU) GPUReadbackRequired = 警告:此遊戲需要關閉「跳過 GPU 讀回」 Hack Settings = 駭客設定 (可能會造成故障) Hardware Tessellation = 硬體鑲嵌 @@ -701,15 +703,13 @@ Stretch = 延伸 Texture Filter = 紋理濾鏡 Texture Filtering = 紋理過濾 Texture replacement pack activated = 紋理取代套件已啟用 -Texture Scaling = 紋理縮放 -Texture Shader = 紋理著色器 +Texture upscaling = 紋理縮放 The chosen ZIP file doesn't contain a valid driver = 選擇的 ZIP 檔案不包含有效的驅動程式 Turn off Hardware Tessellation - unsupported = 關閉「硬體鑲嵌」:不支援 Unlimited = 無限制 Up to 1 = 最多至 1 Up to 2 = 最多至 2 Upscale Level = 放大層級 -Upscale Type = 放大類型 UpscaleLevel Tip = CPU 負載過重 - 部分縮放可能會延遲以避免間斷 Use all displays = 使用所有顯示器 VSync = 垂直同步 diff --git a/assets/shaders/tex_mmpx.csh b/assets/shaders/tex_mmpx.csh index 72851f656410..4016d7d270ac 100644 --- a/assets/shaders/tex_mmpx.csh +++ b/assets/shaders/tex_mmpx.csh @@ -7,6 +7,8 @@ by Morgan McGuire and Mara Gagiu. */ +// Performs 2x upscaling. + #define ABGR8 uint // If we took an image as input, we could use a sampler to do the clamping. But we decode