From 55bc8e13fc4b72e8f59f00344f669fe533bd829f Mon Sep 17 00:00:00 2001 From: lightningterror Date: Tue, 22 Jan 2019 22:14:28 +0100 Subject: [PATCH] gsdx-gui: Update Accurate date tooltip. --- plugins/GSdx/Window/GSSetting.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/GSdx/Window/GSSetting.cpp b/plugins/GSdx/Window/GSSetting.cpp index 1732e566f5..c2b971da10 100644 --- a/plugins/GSdx/Window/GSSetting.cpp +++ b/plugins/GSdx/Window/GSSetting.cpp @@ -102,7 +102,8 @@ const char* dialog_message(int ID, bool* updateText) { "When unchecked the CPU will convert directly the texture to 32 bits.\n\n" "It is basically a trade-off between GPU/CPU."; case IDC_ACCURATE_DATE: - return "Implement a more accurate algorithm to compute GS destination alpha testing.\n\n" + return "Implement a more accurate algorithm to compute GS destination alpha testing.\n" + "It improves shadow and transparency rendering.\n\n" "None:\nDisables accurate destination alpha testing.\n\n" "Fast:\nFast accurate destination alpha testing.\n" "Most of the time this option should be enough.\n"