mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 19:19:03 +00:00
VideoConfig: Turn on ForceTrueColor by default.
This commit is contained in:
parent
365e88e311
commit
e8cddae132
2 changed files with 2 additions and 2 deletions
|
@ -278,7 +278,7 @@ static wxString backend_multithreading_desc =
|
|||
static wxString true_color_desc =
|
||||
wxTRANSLATE("Forces the game to render the RGB color channels in 24-bit, thereby increasing "
|
||||
"quality by reducing color banding.\nIt has no impact on performance and causes "
|
||||
"few graphical issues.\n\n\nIf unsure, leave this unchecked.");
|
||||
"few graphical issues.\n\n\nIf unsure, leave this checked.");
|
||||
|
||||
#if !defined(__APPLE__)
|
||||
// Search for available resolutions - TODO: Move to Common?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue