mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
rsx: better naming for draw calls
This commit is contained in:
parent
b238107a99
commit
b5add0f027
3 changed files with 7 additions and 5 deletions
|
|
@ -527,7 +527,7 @@ void RSXDebugger::GetMemory()
|
|||
command_dump.close();
|
||||
|
||||
for (u32 i = 0;i < frame_debug.draw_calls.size(); i++)
|
||||
m_list_captured_draw_calls->InsertItem(0, std::to_string(frame_debug.draw_calls.size() - i - 1));
|
||||
m_list_captured_draw_calls->InsertItem(i, frame_debug.draw_calls[i].name);
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue