mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-07 03:40:07 +00:00
Fix RSX Offloader thread name
This commit is contained in:
parent
a0d2bc9769
commit
5094ab8283
@ -81,12 +81,14 @@ namespace rsx
|
|||||||
m_processed_count.notify_all();
|
m_processed_count.notify_all();
|
||||||
}
|
}
|
||||||
|
|
||||||
static constexpr auto name = "RSX Offloader"sv;
|
static constexpr auto thread_name = "RSX Offloader"sv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
using dma_thread = named_thread<dma_manager::offload_thread>;
|
using dma_thread = named_thread<dma_manager::offload_thread>;
|
||||||
|
|
||||||
|
static_assert(std::is_default_constructible_v<dma_thread>);
|
||||||
|
|
||||||
// initialization
|
// initialization
|
||||||
void dma_manager::init()
|
void dma_manager::init()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user