From 2dc4e2a04ccd44cb93d63bb8d67a99e8fd7f3305 Mon Sep 17 00:00:00 2001 From: refractionpcsx2 Date: Wed, 10 Jun 2015 10:59:20 +0100 Subject: [PATCH] GSdx: Gave accurate blend option an extra state, can now do super accurate blending from the GUI --- plugins/GSdx/GSdx.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/GSdx/GSdx.rc b/plugins/GSdx/GSdx.rc index c504169f32..a40d2d797c 100644 --- a/plugins/GSdx/GSdx.rc +++ b/plugins/GSdx/GSdx.rc @@ -268,7 +268,7 @@ BEGIN CONTROL "Allow 8-Bit Textures",IDC_PALTEX,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,243,82,10 CONTROL "Texture Filtering",IDC_FILTER,"Button",BS_AUTO3STATE | WS_TABSTOP,10,227,67,10 CONTROL "Enable Shade Boost",IDC_SHADEBOOST,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,186,79,10 - CONTROL "Accurate Blend",IDC_ACCURATE_BLEND,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,259,67,10 + CONTROL "Accurate Blend",IDC_ACCURATE_BLEND,"Button",BS_AUTO3STATE | WS_TABSTOP,10,259,67,10 CONTROL "Accurate Date",IDC_ACCURATE_DATE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,92,259,67,10 CONTROL "Accurate color clipping",IDC_ACCURATE_COLCLIP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,275,87,10 PUSHBUTTON "Settings...",IDC_SHADEBUTTON,92,183,75,14