mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
Merge pull request #307 from raven02/patch-5
RSX: Reorganize and group revelant NV4097 functions
This commit is contained in:
commit
4faa4d6ed9
2 changed files with 621 additions and 530 deletions
|
@ -443,6 +443,7 @@ enum
|
|||
NV4097_SET_VERTEX_ATTRIB_INPUT_MASK = 0x00001ff0,
|
||||
NV4097_SET_VERTEX_ATTRIB_OUTPUT_MASK = 0x00001ff4,
|
||||
NV4097_SET_TRANSFORM_BRANCH_BITS = 0x00001ff8,
|
||||
NV4097_SET_FLIP = 0x00003fead,
|
||||
|
||||
// NV0039
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue