gsdx-gui: Update Accurate date tooltip.

This commit is contained in:
lightningterror 2019-01-22 22:14:28 +01:00
parent 8c8b1f497c
commit 55bc8e13fc
1 changed files with 2 additions and 1 deletions

View File

@ -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"