diff options
Diffstat (limited to 'src/Ryujinx.Ava/UI/Views')
| -rw-r--r-- | src/Ryujinx.Ava/UI/Views/Settings/SettingsGraphicsView.axaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Ryujinx.Ava/UI/Views/Settings/SettingsGraphicsView.axaml b/src/Ryujinx.Ava/UI/Views/Settings/SettingsGraphicsView.axaml index 9dc67dad..f6ba0a4c 100644 --- a/src/Ryujinx.Ava/UI/Views/Settings/SettingsGraphicsView.axaml +++ b/src/Ryujinx.Ava/UI/Views/Settings/SettingsGraphicsView.axaml @@ -73,6 +73,7 @@ <TextBlock Text="{locale:Locale SettingsEnableMacroHLE}" /> </CheckBox> <CheckBox IsChecked="{Binding EnableColorSpacePassthrough}" + IsVisible="{Binding ColorSpacePassthroughAvailable}" ToolTip.Tip="{locale:Locale SettingsEnableColorSpacePassthroughTooltip}"> <TextBlock Text="{locale:Locale SettingsEnableColorSpacePassthrough}" /> </CheckBox> @@ -296,4 +297,4 @@ </StackPanel> </Border> </ScrollViewer> -</UserControl>
\ No newline at end of file +</UserControl> |
