mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
Debugger: always print cpu_thread::dump_misc()
Was removed for some reason.
This commit is contained in:
parent
71e07dc6c7
commit
653a9e6e7f
3 changed files with 5 additions and 7 deletions
|
@ -1221,7 +1221,7 @@ std::vector<std::pair<u32, u32>> spu_thread::dump_callstack_list() const
|
|||
|
||||
std::string spu_thread::dump_misc() const
|
||||
{
|
||||
std::string ret;
|
||||
std::string ret = cpu_thread::dump_misc();
|
||||
|
||||
fmt::append(ret, "Block Weight: %u (Retreats: %u)", block_counter, block_failure);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue