mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-24 03:39:56 -04:00
Oh my fod
This commit is contained in:
parent
68e271f317
commit
68732ebe57
1 changed files with 2 additions and 2 deletions
|
@ -45,10 +45,10 @@ DWORD WINAPI xinputGetDSoundAudioDeviceGuids(DWORD dwUserIndex, GUID* pDSoundRen
|
|||
// https://github.com/mrexodia/perfect-dll-proxy
|
||||
#if defined(_WIN64)
|
||||
#define PROXY_PATH(export) \
|
||||
"/export:" #export "=\\\\.\\GLOBALROOT\\SystemRoot\\SysWOW64\\XInput9_1_0.dll." #export
|
||||
"/export:" #export "=\\\\.\\GLOBALROOT\\SystemRoot\\System32\\XInput9_1_0.dll." #export
|
||||
#else
|
||||
#define PROXY_PATH(export) \
|
||||
"/export:" #export "=\\\\.\\GLOBALROOT\\SystemRoot\\System32\\XInput9_1_0.dll." #export
|
||||
"/export:" #export "=\\\\.\\GLOBALROOT\\SystemRoot\\SysWOW64\\XInput9_1_0.dll." #export
|
||||
#endif
|
||||
|
||||
#pragma comment(linker, PROXY_PATH(XInputGetState))
|
||||
|
|
Loading…
Add table
Reference in a new issue