mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12:00
input: make pad_thread a named_thread
This commit is contained in:
parent
a74156fe5b
commit
29256df5b1
4 changed files with 18 additions and 23 deletions
|
@ -37,5 +37,5 @@ struct progress_dialog_server
|
|||
void operator()();
|
||||
~progress_dialog_server();
|
||||
|
||||
static auto constexpr thread_name = "Progress Dialog Server"sv;
|
||||
static constexpr auto thread_name = "Progress Dialog Server"sv;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue