diff options
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) { | |||
| 49 | ADD_FIELD(vertex_attributes); | 49 | ADD_FIELD(vertex_attributes); |
| 50 | ADD_FIELD(index_array); | 50 | ADD_FIELD(index_array); |
| 51 | ADD_FIELD(num_vertices); | 51 | ADD_FIELD(num_vertices); |
| 52 | ADD_FIELD(vertex_offset); | ||
| 52 | ADD_FIELD(trigger_draw); | 53 | ADD_FIELD(trigger_draw); |
| 53 | ADD_FIELD(trigger_draw_indexed); | 54 | ADD_FIELD(trigger_draw_indexed); |
| 54 | ADD_FIELD(vs_default_attributes_setup); | 55 | ADD_FIELD(vs_default_attributes_setup); |