mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 08:56:24 +02:00
I18n: Move low-power PPTC strings into translation files & add german version.
This commit is contained in:
parent
0faf3f5709
commit
280b94fc0c
20 changed files with 39 additions and 3 deletions
|
@ -33,8 +33,8 @@
|
|||
ToolTip.Tip="{locale:Locale PptcToggleTooltip}" />
|
||||
</CheckBox>
|
||||
<CheckBox IsChecked="{Binding EnableLowPowerPptc}">
|
||||
<TextBlock Text="Low-power PPTC cache"
|
||||
ToolTip.Tip="Load the PPTC cache using a third of the amount of cores." />
|
||||
<TextBlock Text="{locale:Locale SettingsTabSystemEnableLowPowerPptc}"
|
||||
ToolTip.Tip="{locale:Locale LowPowerPptcToggleTooltip}" />
|
||||
</CheckBox>
|
||||
</StackPanel>
|
||||
<Separator Height="1" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue