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