From 0af80b7c8634ce7eecc9d7b0fb0d4ddca34f5d84 Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Mon, 13 Mar 2017 22:55:47 +0100 Subject: [PATCH] gsdx: restore the order of the texture filtering option It was modified by mistake with previous filtering refactoring --- plugins/GSdx/GS.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/GSdx/GS.h b/plugins/GSdx/GS.h index 3673aa2a38..57f393bff3 100644 --- a/plugins/GSdx/GS.h +++ b/plugins/GSdx/GS.h @@ -1416,12 +1416,13 @@ enum class GSVideoMode : uint8 DTV_1080I }; +// Ordering was done to keep compatibility with older ini file. enum class BiFiltering : uint8 { Nearest, + Forced, PS2, Forced_But_Sprite, - Forced, }; enum class TriFiltering : uint8