mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-02-01 23:21:14 +00:00
Fixed member order to make more sense
This commit is contained in:
parent
43b377b077
commit
598cf69475
|
@ -11,8 +11,8 @@ class HIDDeviceUSB implements HIDDevice {
|
|||
|
||||
protected HIDDeviceManager mManager;
|
||||
protected UsbDevice mDevice;
|
||||
protected int mInterface;
|
||||
protected int mInterfaceIndex;
|
||||
protected int mInterface;
|
||||
protected int mDeviceId;
|
||||
protected UsbDeviceConnection mConnection;
|
||||
protected UsbEndpoint mInputEndpoint;
|
||||
|
|
Loading…
Reference in a new issue