mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
rsx-debug: Print number of vertex draw again.
This commit is contained in:
parent
39658c0c52
commit
b71caa94ac
1 changed files with 3 additions and 0 deletions
|
@ -316,7 +316,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…
Add table
Reference in a new issue