mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
name some threads
This commit is contained in:
parent
a769dff1d0
commit
6ef9d70701
6 changed files with 16 additions and 0 deletions
|
@ -69,6 +69,8 @@ void DiscordHandler::ShowNewJoinRequest(const std::string& id, const std::string
|
|||
|
||||
void DiscordHandler::Run()
|
||||
{
|
||||
Common::SetCurrentThreadName("DiscordHandler");
|
||||
|
||||
while (!m_stop_requested.IsSet())
|
||||
{
|
||||
Discord::CallPendingCallbacks();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue