mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[GPU] Add VGT_DRAW_INITIATOR to registers.cc
This commit is contained in:
parent
aa28430786
commit
b12554c5af
|
|
@ -19,6 +19,7 @@ constexpr Register WAIT_UNTIL::register_index;
|
|||
constexpr Register SQ_PROGRAM_CNTL::register_index;
|
||||
constexpr Register SQ_CONTEXT_MISC::register_index;
|
||||
|
||||
constexpr Register VGT_DRAW_INITIATOR::register_index;
|
||||
constexpr Register VGT_OUTPUT_PATH_CNTL::register_index;
|
||||
constexpr Register VGT_HOS_CNTL::register_index;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue