mirror of https://github.com/PCSX2/pcsx2.git
gsdx: restore the order of the texture filtering option
It was modified by mistake with previous filtering refactoring
This commit is contained in:
parent
4227a5bb59
commit
0af80b7c86
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue