mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-17 10:52:53 +00:00
Pica: Add the vertex_offset register to the Pica registers map.
This commit is contained in:
@@ -49,6 +49,7 @@ std::string Regs::GetCommandName(int index) {
|
||||
ADD_FIELD(vertex_attributes);
|
||||
ADD_FIELD(index_array);
|
||||
ADD_FIELD(num_vertices);
|
||||
ADD_FIELD(vertex_offset);
|
||||
ADD_FIELD(trigger_draw);
|
||||
ADD_FIELD(trigger_draw_indexed);
|
||||
ADD_FIELD(vs_default_attributes_setup);
|
||||
|
||||
Reference in New Issue
Block a user