diff options
author | Subv <subv2112@gmail.com> | 2015-08-31 07:02:30 -0500 |
---|---|---|
committer | Subv <subv2112@gmail.com> | 2015-08-31 07:02:30 -0500 |
commit | 149ea561a697394fdd4d6d5a3f32e05837347dae (patch) | |
tree | b0af74997b368c0a6e8eb6067916ae485e6bd229 /src/video_core/pica.cpp | |
parent | e77dc4e9d2d43ec739c95dd4b92d6a404277b241 (diff) |
Pica: Add the vertex_offset register to the Pica registers map.
Diffstat (limited to 'src/video_core/pica.cpp')
-rw-r--r-- | src/video_core/pica.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/pica.cpp b/src/video_core/pica.cpp index c73a8178e..70586306c 100644 --- a/src/video_core/pica.cpp +++ b/src/video_core/pica.cpp @@ -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); |