mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 19:12:47 +02: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()
|
void Init()
|
||||||
{
|
{
|
||||||
s_devnode_name_map.clear();
|
s_devnode_name_map.clear();
|
||||||
PopulateDevices();
|
|
||||||
StartHotplugThread();
|
StartHotplugThread();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user