mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
evdev: fix shutdown hang
Note: This probably means our approach of populating from udev isn't safe to be called multiple times.
This commit is contained in:
parent
0043bd3547
commit
3c090a37d4
@ -141,7 +141,6 @@ static void StopHotplugThread()
|
||||
void Init()
|
||||
{
|
||||
s_devnode_name_map.clear();
|
||||
PopulateDevices();
|
||||
StartHotplugThread();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user