mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
VideoConfigDiag: True color means 24-bit, not hw color.
This commit is contained in:
parent
e8cddae132
commit
23d9d91411
1 changed files with 1 additions and 1 deletions
|
@ -622,7 +622,7 @@ VideoConfigDiag::VideoConfigDiag(wxWindow* parent, const std::string& title)
|
||||||
vconfig.bWidescreenHack));
|
vconfig.bWidescreenHack));
|
||||||
cb_szr->Add(CreateCheckBox(page_enh, _("Disable Fog"), wxGetTranslation(disable_fog_desc),
|
cb_szr->Add(CreateCheckBox(page_enh, _("Disable Fog"), wxGetTranslation(disable_fog_desc),
|
||||||
vconfig.bDisableFog));
|
vconfig.bDisableFog));
|
||||||
cb_szr->Add(CreateCheckBox(page_enh, _("Force True Color"), wxGetTranslation(true_color_desc),
|
cb_szr->Add(CreateCheckBox(page_enh, _("Force 24-bit Color"), wxGetTranslation(true_color_desc),
|
||||||
vconfig.bForceTrueColor));
|
vconfig.bForceTrueColor));
|
||||||
szr_enh->Add(cb_szr, wxGBPosition(row, 0), wxGBSpan(1, 3));
|
szr_enh->Add(cb_szr, wxGBPosition(row, 0), wxGBSpan(1, 3));
|
||||||
row += 1;
|
row += 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue