mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 12:15:45 +00:00
Reset adapter state on init, fixes errors relating driver hang from unexpected unplug
This commit is contained in:
parent
0c6128cc3a
commit
34e6084c8d
2 changed files with 9 additions and 0 deletions
|
@ -152,6 +152,7 @@ private:
|
|||
libusb_context* libusb_ctx;
|
||||
|
||||
u8 input_endpoint = 0;
|
||||
u8 output_endpoint = 0;
|
||||
|
||||
bool configuring = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue