aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Ava/UI/Views/Settings/SettingsCPUView.axaml
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Ava/UI/Views/Settings/SettingsCPUView.axaml')
-rw-r--r--Ryujinx.Ava/UI/Views/Settings/SettingsCPUView.axaml10
1 files changed, 8 insertions, 2 deletions
diff --git a/Ryujinx.Ava/UI/Views/Settings/SettingsCPUView.axaml b/Ryujinx.Ava/UI/Views/Settings/SettingsCPUView.axaml
index a0cf3452..e98b963c 100644
--- a/Ryujinx.Ava/UI/Views/Settings/SettingsCPUView.axaml
+++ b/Ryujinx.Ava/UI/Views/Settings/SettingsCPUView.axaml
@@ -1,4 +1,4 @@
-<UserControl
+<UserControl
x:Class="Ryujinx.Ava.UI.Views.Settings.SettingsCPUView"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
@@ -65,8 +65,14 @@
</ComboBoxItem>
</ComboBox>
</StackPanel>
+ <CheckBox IsChecked="{Binding UseHypervisor}"
+ IsVisible="{Binding IsHypervisorAvailable}"
+ ToolTip.Tip="{locale:Locale UseHypervisorTooltip}">
+ <TextBlock Text="{locale:Locale SettingsTabSystemUseHypervisor}"
+ ToolTip.Tip="{locale:Locale UseHypervisorTooltip}" />
+ </CheckBox>
</StackPanel>
</StackPanel>
</Border>
</ScrollViewer>
-</UserControl> \ No newline at end of file
+</UserControl>