mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Logging fixed
Now it displays messagebox if logging system isn't initialized. Otherwise it could cause stack overflow.
This commit is contained in:
parent
5d6d058965
commit
c5737d01c6
4 changed files with 26 additions and 14 deletions
|
@ -1,7 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
static std::thread::id main_thread;
|
||||
|
||||
class NamedThreadBase
|
||||
{
|
||||
std::string m_name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue