mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Name some threads
This commit is contained in:
parent
c3c73c7e24
commit
cdfe3ee7c8
6 changed files with 25 additions and 7 deletions
|
|
@ -495,6 +495,8 @@ logs::file_writer::file_writer(const std::string& name, u64 max_size)
|
|||
|
||||
m_writer = std::thread([this]()
|
||||
{
|
||||
thread_base::set_name("Log Writer");
|
||||
|
||||
thread_ctrl::scoped_priority low_prio(-1);
|
||||
|
||||
while (true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue