mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
name some threads
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user