GPU: Remove hack for bitwise ops on TextureMode enum

This commit is contained in:
Connor McLaughlin
2019-11-03 00:01:54 +10:00
parent 4143469353
commit bb572d5c14
3 changed files with 8 additions and 44 deletions

View File

@ -153,8 +153,6 @@ protected:
Disabled = 8 // Not a register value
};
IMPLEMENT_STATIC_FRIEND_ENUM_CLASS_BITWISE_OPERATORS(TextureMode);
enum class TransparencyMode : u8
{
HalfBackgroundPlusHalfForeground = 0,