mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-05 20:28:40 +01:00
![Filippo Tarpini](/assets/img/avatar_default.png)
-If adding 2 devices with the same name, they their unique id wouldn't be increased, causing a conflict. -Removing a device wouldn't actually remove it from the internal devices list because the list of devices had already been updated when going through it. -It was possible to remove devices belonging to other sources by adding a device with the same name and then removing it.