mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 14:57:59 -05:00
Reset adapter state on init, fixes errors relating driver hang from unexpected unplug
This commit is contained in:
@ -152,6 +152,7 @@ private:
|
||||
libusb_context* libusb_ctx;
|
||||
|
||||
u8 input_endpoint = 0;
|
||||
u8 output_endpoint = 0;
|
||||
|
||||
bool configuring = false;
|
||||
|
||||
|
Reference in New Issue
Block a user