gsdx: restore the order of the texture filtering option

It was modified by mistake with previous filtering refactoring
This commit is contained in:
Gregory Hainaut 2017-03-13 22:55:47 +01:00
parent 4227a5bb59
commit 0af80b7c86
1 changed files with 2 additions and 1 deletions

View File

@ -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