mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-18 02:11:28 +00:00
Add NV4097_SET_FLIP
It is custom naming
This commit is contained in:
parent
c4075f1592
commit
aac846ff74
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user