Merge pull request #5227 from JosJuice/revise-new-settings-strings
Revise descriptions for new settings
This commit is contained in:
commit
5d7bd357c1
|
@ -285,14 +285,13 @@ static wxString true_color_desc =
|
||||||
"quality by reducing color banding.\nIt has no impact on performance and causes "
|
"quality by reducing color banding.\nIt has no impact on performance and causes "
|
||||||
"few graphical issues.\n\n\nIf unsure, leave this checked.");
|
"few graphical issues.\n\n\nIf unsure, leave this checked.");
|
||||||
static wxString vertex_rounding_desc =
|
static wxString vertex_rounding_desc =
|
||||||
// i18n: IR stands for internal resolution
|
wxTRANSLATE("Rounds 2D vertices to whole pixels. Fixes graphical problems in some games at "
|
||||||
wxTRANSLATE("Round 2D vertices to whole pixels. Fixes some "
|
"higher internal resolutions. This setting has no effect when native internal "
|
||||||
"games at higher internal resolutions. This setting is disabled and turned off "
|
"resolution is used.\n\nIf unsure, leave this unchecked.");
|
||||||
"at 1x IR.\n\nIf unsure, leave this unchecked.");
|
|
||||||
static wxString gpu_texture_decoding_desc =
|
static wxString gpu_texture_decoding_desc =
|
||||||
wxTRANSLATE("Enables texture decoding using the GPU instead of the CPU. This may result in "
|
wxTRANSLATE("Enables texture decoding using the GPU instead of the CPU. This may result in "
|
||||||
"performance gains in some scenarios, or systems where the CPU is the bottleneck."
|
"performance gains in some scenarios, or on systems where the CPU is the "
|
||||||
"\n\nIf unsure, leave this unchecked.");
|
"bottleneck.\n\nIf unsure, leave this unchecked.");
|
||||||
|
|
||||||
#if !defined(__APPLE__)
|
#if !defined(__APPLE__)
|
||||||
// Search for available resolutions - TODO: Move to Common?
|
// Search for available resolutions - TODO: Move to Common?
|
||||||
|
|
Loading…
Reference in New Issue