mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
just a little cleanup to maintain minimal interfaces
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7591 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -107,11 +107,13 @@ struct TargetRectangle : public MathUtil::Rectangle<int>
|
||||
|
||||
typedef enum
|
||||
{
|
||||
API_OPENGL,
|
||||
API_D3D9,
|
||||
API_D3D11,
|
||||
API_GLSL,
|
||||
API_NONE
|
||||
API_OPENGL = 1,
|
||||
API_D3D9_SM30 = 2,
|
||||
API_D3D9_SM20 = 4,
|
||||
API_D3D9 = 6,
|
||||
API_D3D11 = 8,
|
||||
API_GLSL = 16,
|
||||
API_NONE = 32
|
||||
} API_TYPE;
|
||||
|
||||
inline u32 RGBA8ToRGBA6ToRGBA8(u32 src)
|
||||
|
Reference in New Issue
Block a user