mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-11 16:05:23 +01:00
rsx-debug: Print number of vertex draw again.
This commit is contained in:
parent
14791630f9
commit
1883310ea3
|
|
@ -301,7 +301,10 @@ namespace rsx
|
|||
|
||||
if (capture_current_frame)
|
||||
{
|
||||
for (const auto &first_count : first_count_commands)
|
||||
vertex_draw_count += first_count.second;
|
||||
capture_frame("Draw " + std::to_string(vertex_draw_count));
|
||||
vertex_draw_count = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue