[GUI] reworked languages for missing translations and added new ones

This commit is contained in:
ParantezTech
2026-07-28 17:38:53 +03:00
parent b07e4f2bc6
commit b21dd9fb92
17 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -520,7 +520,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
</local:SettingRow>
<local:SettingRow x:Name="EnvGuestImageCpuSyncRow" LabelFontFamily="Consolas,monospace" Label="SHARPEMU_GUEST_IMAGE_CPU_SYNC"
Description="Re-upload guest surfaces the game's own CPU code rewrites.&#10;Enabled by default for compatibility.&#10;Disable only for titles that regress with it, such as GTA V.">
Description="Re-upload guest surfaces the game's own CPU code rewrites.&#10;Leave off normally. Turn on for titles whose CPU-drawn surfaces never reach the screen.&#10;Costs performance and regresses some titles, such as GTA V.">
<ToggleSwitch x:Name="EnvGuestImageCpuSyncToggle" OnContent="On" OffContent="Off"
VerticalAlignment="Center" />
</local:SettingRow>