mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-09 18:45:40 +00:00
VideoConfigDiag: True color means 24-bit, not hw color.
This commit is contained in:
parent
e8cddae132
commit
23d9d91411
@ -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…
x
Reference in New Issue
Block a user