mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-12 01:36:58 +00:00
adjust tooltip
This commit is contained in:
parent
c8b7fd18ef
commit
42cbc9ce9a
1 changed files with 2 additions and 2 deletions
|
|
@ -406,9 +406,9 @@ wxPanel* GeneralSettings2::AddGraphicsPage(wxNotebook* notebook)
|
||||||
|
|
||||||
m_userDisplayisSRGB = new wxCheckBox(box, wxID_ANY, "sRGB", wxDefaultPosition, wxDefaultSize);
|
m_userDisplayisSRGB = new wxCheckBox(box, wxID_ANY, "sRGB", wxDefaultPosition, wxDefaultSize);
|
||||||
m_userDisplayisSRGB->SetToolTip(_("Select this if Cemu is being displayed using a piecewise sRGB gamma curve\n"
|
m_userDisplayisSRGB->SetToolTip(_("Select this if Cemu is being displayed using a piecewise sRGB gamma curve\n"
|
||||||
"This is usually only the case if you use an HDR display (with HDR enabled), if you calibrated your SDR display and use windows 11's Auto Color Management, "
|
"This is usually only the case if you use an HDR display (with HDR enabled), if you calibrated your SDR display and use Windows 11's Auto Color Management, "
|
||||||
"or if you use a display profile with a VCGT tag that targets piecewise sRGB\n"
|
"or if you use a display profile with a VCGT tag that targets piecewise sRGB\n"
|
||||||
"Colors will be more accurate, especially in dark scenes, but this may result in banding and/or crushed shadows\n"
|
"Colors will be more accurate, especially in dark scenes, but this may result in banding or crushed shadows\n"
|
||||||
"To avoid this, display Cemu with a pure gamma curve if possible and leave this box unchecked."));
|
"To avoid this, display Cemu with a pure gamma curve if possible and leave this box unchecked."));
|
||||||
m_userDisplayisSRGB->Bind(wxEVT_CHECKBOX, &GeneralSettings2::OnUserDisplaySRGBSelected, this);
|
m_userDisplayisSRGB->Bind(wxEVT_CHECKBOX, &GeneralSettings2::OnUserDisplaySRGBSelected, this);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue