VideoCommon: Remove unnecessary enum typedef

This commit is contained in:
Lioncash 2015-09-14 19:43:31 -04:00
parent 23f36b1824
commit b7739f5d85
1 changed files with 2 additions and 2 deletions

View File

@ -66,12 +66,12 @@ struct TargetRectangle : public MathUtil::Rectangle<int>
#define LOG_VTX()
typedef enum
enum API_TYPE
{
API_OPENGL = 1,
API_D3D = 2,
API_NONE = 3
} API_TYPE;
};
inline u32 RGBA8ToRGBA6ToRGBA8(u32 src)
{