Browse Source

Fixed issues with controllers not working always.

pull/45/head
atom0s 7 years ago
parent
commit
40d4e5005c
  1. BIN
      Ashita.dll
  2. BIN
      injector.exe
  3. 3
      plugins/ADK/newIDirectInputDevice8A.h

BIN
Ashita.dll

Binary file not shown.

BIN
injector.exe

Binary file not shown.

3
plugins/ADK/newIDirectInputDevice8A.h

@ -71,10 +71,11 @@ interface newIDirectInputDevice8A : IDirectInputDevice8A @@ -71,10 +71,11 @@ interface newIDirectInputDevice8A : IDirectInputDevice8A
newIDirectInputDevice8A();
newIDirectInputDevice8A(IDirectInputDevice8A** ppOriginalInterface);
virtual ~newIDirectInputDevice8A(void);
protected:
IDirectInputDevice8A* m_DirectInputDevice;
UINT m_ReferenceCount;
HWND m_ParentHwnd;
};
#endif // __ASHITA_NEWIDIRECTINPUTDEVICE8A_H_INCLUDED__
Loading…
Cancel
Save