mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Update logs.cpp
This commit is contained in:
parent
5f6ac1e084
commit
caf5cc78c5
1 changed files with 2 additions and 2 deletions
|
@ -397,8 +397,8 @@ void logs::message::broadcast(const char* fmt, const fmt_type_info* sup, ...) co
|
||||||
g_tls_log_control(fmt, 0);
|
g_tls_log_control(fmt, 0);
|
||||||
|
|
||||||
// Get text, extract va_args
|
// Get text, extract va_args
|
||||||
constinit thread_local std::unique_ptr<std::string> text();
|
constinit thread_local std::unique_ptr<std::string> text{};
|
||||||
constinit thread_local std::unique_ptr<std::vector<u64>> args_();
|
constinit thread_local std::unique_ptr<std::vector<u64>> args_{};
|
||||||
if (!text_)
|
if (!text_)
|
||||||
text_ = std::make_unique<std::string>();
|
text_ = std::make_unique<std::string>();
|
||||||
if (!args_)
|
if (!args_)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue