mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(wiiusb_hid.c) Remove goto error
This commit is contained in:
parent
d5d498df5f
commit
bc6692e567
1 changed files with 0 additions and 3 deletions
|
@ -294,9 +294,6 @@ static int add_adapter(void *data, usb_device_entry *dev)
|
|||
|
||||
device_name = (const char *)adapter->name;
|
||||
|
||||
if (adapter->name[0] == '\0')
|
||||
goto error;
|
||||
|
||||
adapter->send_control_lock = slock_new();
|
||||
adapter->send_control_buffer = fifo_new(4096);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue