mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-16 08:53:16 -03: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:
@@ -141,7 +141,6 @@ static void StopHotplugThread()
|
||||
void Init()
|
||||
{
|
||||
s_devnode_name_map.clear();
|
||||
PopulateDevices();
|
||||
StartHotplugThread();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user