From 63c26c45ec757a8084b7ab6e0b334ff3eea7114d Mon Sep 17 00:00:00 2001 From: Jonathan Li Date: Mon, 10 Aug 2015 22:01:45 +0100 Subject: [PATCH] gsdx: Clean up Wild Arms hack cruft The Wild Arms Offset hack can only be on or off. There is no third state. Convert the three-state checkbox into a two-state checkbox, fix the description and remove a leftover. --- plugins/GSdx/GSDeviceDX.h | 1 - plugins/GSdx/GSSetting.cpp | 5 +---- plugins/GSdx/GSdx.rc | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/plugins/GSdx/GSDeviceDX.h b/plugins/GSdx/GSDeviceDX.h index be2cacc9fe..680b22744a 100644 --- a/plugins/GSdx/GSDeviceDX.h +++ b/plugins/GSdx/GSDeviceDX.h @@ -76,7 +76,6 @@ public: uint32 fst:1; uint32 logz:1; uint32 rtcopy:1; - uint32 wildhack:2; }; uint32 key; diff --git a/plugins/GSdx/GSSetting.cpp b/plugins/GSdx/GSSetting.cpp index 2ec081c914..6641bd67c7 100644 --- a/plugins/GSdx/GSSetting.cpp +++ b/plugins/GSdx/GSSetting.cpp @@ -70,10 +70,7 @@ const char* dialog_message(int ID, bool* updateText) { " Half option is the preferred one. Use it for Mana Khemia or Ar Tonelico for example." " Full can be used for Tales of Destiny."; case IDC_WILDHACK: - return "WildArms\n\nLowers the GS precision to avoid gaps between pixels when" - " upscaling. Full option fixes the text on WildArms games, while Half option might improve portraits" - " in Ar Tonelico.\n\n" - "Strech hack might work too"; + return "Wild Arms\n\nLowers the GS precision to avoid gaps between pixels when upscaling. Fixes the text on Wild Arms games."; case IDC_MSAACB: case IDC_STATIC_MSAA: return "Multisample Anti-Aliasing\n\nEnables hardware Anti-Aliasing. Needs lots of memory." diff --git a/plugins/GSdx/GSdx.rc b/plugins/GSdx/GSdx.rc index 5b5e3d8214..542ac3a073 100644 --- a/plugins/GSdx/GSdx.rc +++ b/plugins/GSdx/GSdx.rc @@ -106,7 +106,7 @@ BEGIN CONTROL "Sprite",IDC_SPRITEHACK,"Button",BS_AUTO3STATE | WS_TABSTOP,14,117,35,10 LTEXT "USE AT YOUR OWN RISK!",IDC_STATIC,7,276,84,11,WS_DISABLED COMBOBOX IDC_MSAACB,35,18,54,63,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP - CONTROL "WildArmsOffset",IDC_WILDHACK,"Button",BS_AUTO3STATE | WS_TABSTOP,14,134,64,10 + CONTROL "Wild Arms Offset",IDC_WILDHACK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,134,64,10 LTEXT "TEXT_GOES_HERE",IDC_HACK_DESCRIPTION,102,20,199,192 CONTROL "Alpha Stencil",IDC_ALPHASTENCIL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,151,66,10 CONTROL "Round Sprite",IDC_ROUND_SPRITE,"Button",BS_AUTO3STATE | WS_TABSTOP,14,168,66,8