mirror of https://github.com/PCSX2/pcsx2.git
GSdx-gui: Remove Xenosaga tooltip from TC Offset hack.
No longer needed since the issue is fixed.
Commit:
629d2bd425
This commit is contained in:
parent
629d2bd425
commit
f6ba6cc3a9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue