GSdx-gui: Remove Xenosaga tooltip from TC Offset hack.

No longer needed since the issue is fixed.
Commit:

629d2bd425
This commit is contained in:
lightningterror 2018-10-01 22:42:17 +02:00
parent 629d2bd425
commit f6ba6cc3a9
1 changed files with 1 additions and 2 deletions

View File

@ -95,8 +95,7 @@ const char* dialog_message(int ID, bool* updateText) {
case IDC_TCOFFSETY:
case IDC_TCOFFSETY2:
return "Offset for the ST/UV texture coordinates. Fixes some odd texture issues and might fix some post processing alignment too.\n\n"
" 0500 0500, fixes Persona 3 minimap, helps Haunting Ground.\n"
" 0000 1000, fixes Xenosaga hair edges (DX10+ Issue).";
" 0500 0500, fixes Persona 3 minimap, helps Haunting Ground.";
case IDC_OSD_LOG:
return "Prints log messages from the Function keys onscreen.";
case IDC_OSD_MONITOR: