mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
It appears to be working
This commit is contained in:
@@ -5,10 +5,9 @@
|
||||
|
||||
class XusbNotificationRequest
|
||||
{
|
||||
HANDLE parent_bus;
|
||||
XUSB_REQUEST_NOTIFICATION payload;
|
||||
DWORD transferred;
|
||||
OVERLAPPED overlapped;
|
||||
HANDLE parent_bus_;
|
||||
XUSB_REQUEST_NOTIFICATION payload_;
|
||||
OVERLAPPED overlapped_;
|
||||
|
||||
public:
|
||||
XusbNotificationRequest(HANDLE bus, ULONG serial, HANDLE notification);
|
||||
|
||||
Reference in New Issue
Block a user