Add NV4097_SET_FLIP

It is custom naming
This commit is contained in:
raven02 2014-06-03 06:18:33 +08:00
parent c4075f1592
commit aac846ff74

View File

@ -443,6 +443,7 @@ enum
NV4097_SET_VERTEX_ATTRIB_INPUT_MASK = 0x00001ff0, NV4097_SET_VERTEX_ATTRIB_INPUT_MASK = 0x00001ff0,
NV4097_SET_VERTEX_ATTRIB_OUTPUT_MASK = 0x00001ff4, NV4097_SET_VERTEX_ATTRIB_OUTPUT_MASK = 0x00001ff4,
NV4097_SET_TRANSFORM_BRANCH_BITS = 0x00001ff8, NV4097_SET_TRANSFORM_BRANCH_BITS = 0x00001ff8,
NV4097_SET_FLIP = 0x00003fead,
// NV0039 // NV0039
NV0039_SET_OBJECT = 0x00002000, NV0039_SET_OBJECT = 0x00002000,
@ -1221,4 +1222,4 @@ static const std::string GetMethodName(const u32 id)
} }
return fmt::Format("unknown/illegal method [0x%08x]", id); return fmt::Format("unknown/illegal method [0x%08x]", id);
} }