mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
perf_overlays: add avg and 1p high/low
This commit is contained in:
parent
f103004aa0
commit
98b668b3a8
9 changed files with 129 additions and 20 deletions
|
@ -499,7 +499,7 @@ void debugger_frame::keyPressEvent(QKeyEvent* event)
|
|||
default: break;
|
||||
}
|
||||
|
||||
if (const size_t pos = std::basic_string_view<u32>(res.data(), 2).find_last_not_of(umax); pos != umax)
|
||||
if (const usz pos = std::basic_string_view<u32>(res.data(), 2).find_last_not_of(umax); pos != umax)
|
||||
m_debugger_list->ShowAddress(res[pos] - std::max(row, 0) * 4, true, true);
|
||||
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue