mirror of https://github.com/PCSX2/pcsx2.git
GSdx - dx9: Edit Alpha Correction (FBA) tooltip.
Can cause graphical glitches in some games.
This commit is contained in:
parent
f14c78cf12
commit
481a884d25
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue