mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Debug fixes
This commit is contained in:
parent
050b8fa7df
commit
17d8f2884e
3 changed files with 31 additions and 9 deletions
|
@ -110,11 +110,7 @@ std::string dump_useful_thread_info()
|
|||
|
||||
if (auto cpu = get_current_cpu_thread())
|
||||
{
|
||||
// Wrap it to disable some internal exceptions when printing (not thrown on main thread)
|
||||
Emu.BlockingCallFromMainThread([&]()
|
||||
{
|
||||
cpu->dump_all(result);
|
||||
});
|
||||
cpu->dump_all(result);
|
||||
}
|
||||
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue