diff options
| author | jcm <john.moody@coloradocollege.edu> | 2023-08-07 11:54:05 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-07 18:54:05 +0100 |
| commit | 773e239db7ceb2c55aa15f9787add4430edcdfcf (patch) | |
| tree | e2c712bc0bda2058a1d68e0b6158293a07f012ae /src/Ryujinx.Ava/UI/Views | |
| parent | 42750a74f82ee69cabfaf3c5497af6a8ebc13eca (diff) | |
Implement color space passthrough option (#5531)
Co-authored-by: jcm <butt@butts.com>
Diffstat (limited to 'src/Ryujinx.Ava/UI/Views')
| -rw-r--r-- | src/Ryujinx.Ava/UI/Views/Settings/SettingsGraphicsView.axaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Ryujinx.Ava/UI/Views/Settings/SettingsGraphicsView.axaml b/src/Ryujinx.Ava/UI/Views/Settings/SettingsGraphicsView.axaml index 8e4122f3..670de69c 100644 --- a/src/Ryujinx.Ava/UI/Views/Settings/SettingsGraphicsView.axaml +++ b/src/Ryujinx.Ava/UI/Views/Settings/SettingsGraphicsView.axaml @@ -73,6 +73,10 @@ ToolTip.Tip="{locale:Locale SettingsEnableMacroHLETooltip}"> <TextBlock Text="{locale:Locale SettingsEnableMacroHLE}" /> </CheckBox> + <CheckBox IsChecked="{Binding EnableColorSpacePassthrough}" + ToolTip.Tip="{locale:Locale SettingsEnableColorSpacePassthroughTooltip}"> + <TextBlock Text="{locale:Locale SettingsEnableColorSpacePassthrough}" /> + </CheckBox> </StackPanel> <StackPanel Orientation="Horizontal"> <TextBlock VerticalAlignment="Center" |
