summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/GCAdapter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/InputCommon/GCAdapter.cpp')
-rw-r--r--Source/Core/InputCommon/GCAdapter.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/GCAdapter.cpp b/Source/Core/InputCommon/GCAdapter.cpp
index 973d1a1d5f..f96043d1c5 100644
--- a/Source/Core/InputCommon/GCAdapter.cpp
+++ b/Source/Core/InputCommon/GCAdapter.cpp
@@ -89,6 +89,8 @@ static std::array<bool, SerialInterface::MAX_SI_CHANNELS> s_config_rumble_enable
static void Read()
{
+ Common::SetCurrentThreadName("GCAdapter Read Thread");
+
int payload_size = 0;
while (s_adapter_thread_running.IsSet())
{
@@ -110,6 +112,8 @@ static void Read()
static void Write()
{
+ Common::SetCurrentThreadName("GCAdapter Write Thread");
+
int size = 0;
while (true)