og-revive/Revive/xinput.def
LibreVR de016158bf Revive: Implement an XInput wrapper to use as a patch.
This makes the Revive library able to disguise itself as the XInput redistributable used by all Oculus games.
2016-11-15 01:08:18 +01:00

9 lines
192 B
Modula-2

EXPORTS
DllMain @1
XInputGetState @2
XInputSetState @3
XInputGetCapabilities @4
XInputEnable @5
XInputGetDSoundAudioDeviceGuids @6
XInputGetBatteryInformation @7
XInputGetKeystroke @8