mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
SPU Channels improved
This commit is contained in:
parent
9913c9059c
commit
43d3ccce95
8 changed files with 293 additions and 157 deletions
|
|
@ -10,7 +10,7 @@ sleep_queue_entry_t::sleep_queue_entry_t(CPUThread& cpu, sleep_queue_t& queue)
|
|||
: m_queue(queue)
|
||||
, m_thread(cpu)
|
||||
{
|
||||
m_queue.emplace_back(std::move(cpu.shared_from_this()));
|
||||
m_queue.emplace_back(cpu.shared_from_this());
|
||||
|
||||
m_thread.Sleep();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue