GSdx - dx9: Edit Alpha Correction (FBA) tooltip.

Can cause graphical glitches in some games.
This commit is contained in:
lightningterror 2017-08-15 18:05:16 +02:00 committed by Gregory Hainaut
parent f14c78cf12
commit 481a884d25
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ const char* dialog_message(int ID, bool* updateText) {
#ifdef _WIN32 #ifdef _WIN32
// DX9 only // DX9 only
case IDC_FBA: 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: case IDC_LOGZ:
return "Treat depth as logarithmic instead of linear. Recommended setting is on unless it causes graphical glitches."; return "Treat depth as logarithmic instead of linear. Recommended setting is on unless it causes graphical glitches.";
#endif #endif