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/Assets | |
| parent | 42750a74f82ee69cabfaf3c5497af6a8ebc13eca (diff) | |
Implement color space passthrough option (#5531)
Co-authored-by: jcm <butt@butts.com>
Diffstat (limited to 'src/Ryujinx.Ava/Assets')
| -rw-r--r-- | src/Ryujinx.Ava/Assets/Locales/en_US.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Ryujinx.Ava/Assets/Locales/en_US.json b/src/Ryujinx.Ava/Assets/Locales/en_US.json index 4065a1df..efd3187a 100644 --- a/src/Ryujinx.Ava/Assets/Locales/en_US.json +++ b/src/Ryujinx.Ava/Assets/Locales/en_US.json @@ -620,6 +620,8 @@ "SettingsTabHotkeysVolumeDownHotkey": "Decrease Volume:", "SettingsEnableMacroHLE": "Enable Macro HLE", "SettingsEnableMacroHLETooltip": "High-level emulation of GPU Macro code.\n\nImproves performance, but may cause graphical glitches in some games.\n\nLeave ON if unsure.", + "SettingsEnableColorSpacePassthrough": "Color Space Passthrough", + "SettingsEnableColorSpacePassthroughTooltip": "Directs the Vulkan backend to pass through color information without specifying a color space. For users with wide gamut displays, this may result in more vibrant colors, at the cost of color correctness.", "VolumeShort": "Vol", "UserProfilesManageSaves": "Manage Saves", "DeleteUserSave": "Do you want to delete user save for this game?", |
