mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Fix RSX Offloader thread name
This commit is contained in:
parent
a0d2bc9769
commit
5094ab8283
1 changed files with 3 additions and 1 deletions
|
@ -81,12 +81,14 @@ namespace rsx
|
|||
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>;
|
||||
|
||||
static_assert(std::is_default_constructible_v<dma_thread>);
|
||||
|
||||
// initialization
|
||||
void dma_manager::init()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue