mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-10 11:36:00 +00: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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue