mirror of
https://github.com/RPCS3/common.git
synced 2026-01-31 01:25:19 +01:00
SleepQueue: sleep_entry_t don't extends std::enable_shared_from_this<sleep_entry_t> anymore
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
void sleep_queue_entry_t::add_entry()
|
||||
{
|
||||
m_queue.emplace_back(std::static_pointer_cast<sleep_entry_t>(m_thread.shared_from_this()));
|
||||
m_queue.emplace_back(m_thread.shared_sleep_entry());
|
||||
}
|
||||
|
||||
void sleep_queue_entry_t::remove_entry()
|
||||
|
||||
Reference in New Issue
Block a user