mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Minor cleanup
This commit is contained in:
parent
3064cf8101
commit
22e1da5e76
19 changed files with 166 additions and 249 deletions
|
@ -16,7 +16,7 @@ CPUThread::CPUThread(CPUThreadType type, const std::string& name, std::function<
|
|||
, m_type(type)
|
||||
, m_name(name)
|
||||
{
|
||||
start(thread_name, [this]
|
||||
start(std::move(thread_name), [this]
|
||||
{
|
||||
SendDbgCommand(DID_CREATE_THREAD, this);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue