From 481a884d2551978de3e60c5e7f6d62f06d376a7b Mon Sep 17 00:00:00 2001 From: lightningterror Date: Tue, 15 Aug 2017 18:05:16 +0200 Subject: [PATCH] GSdx - dx9: Edit Alpha Correction (FBA) tooltip. Can cause graphical glitches in some games. --- plugins/GSdx/GSSetting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/GSdx/GSSetting.cpp b/plugins/GSdx/GSSetting.cpp index 3f09d6288b..a3aea9aa56 100644 --- a/plugins/GSdx/GSSetting.cpp +++ b/plugins/GSdx/GSSetting.cpp @@ -159,7 +159,7 @@ const char* dialog_message(int ID, bool* updateText) { #ifdef _WIN32 // DX9 only case IDC_FBA: - return "Makes textures partially or fully transparent as required by emulation. May cause unusual slowdowns for some games."; + return "Makes textures partially or fully transparent as required by emulation. May cause unusual slowdowns or graphical glitches for some games."; case IDC_LOGZ: return "Treat depth as logarithmic instead of linear. Recommended setting is on unless it causes graphical glitches."; #endif