Skip to content

Commit

Permalink
Fix ORIGINAL_DLL_PATH_32BIT_SYSTEM
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstrout committed Nov 5, 2024
1 parent 6348e82 commit 8525f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpaceMarineCoreFix/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ BOOL APIENTRY DllMain(HMODULE hModule,
#define ORIGINAL_DLL_PATH_64BIT_SYSTEM "C:\\Windows\\System32\\DINPUT8.dll"
#else //_WIN64
#define ORIGINAL_DLL_PATH_64BIT_SYSTEM "C:\\Windows\\SysWOW64\\DINPUT8.dll"
#define ORIGINAL_DLL_PATH_32BIT_SYSTEM "C:\\Windows\\DINPUT8.dll"
#define ORIGINAL_DLL_PATH_32BIT_SYSTEM "C:\\Windows\\System32\\DINPUT8.dll"

static BOOL Is64BitOS()
{
Expand Down

0 comments on commit 8525f2c

Please sign in to comment.