mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
GCAdapter: Only start the thread on startup if direct connect is enabled
This commit is contained in:
parent
ac8621ccab
commit
cae00254a5
@ -151,7 +151,8 @@ void Init()
|
||||
}
|
||||
else
|
||||
{
|
||||
StartScanThread();
|
||||
if (SConfig::GetInstance().m_GameCubeAdapter)
|
||||
StartScanThread();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user