Add support for loading custom dlls in the experimental build.

Put them in steam_settings\load_dlls\
This commit is contained in:
Mr_Goldberg 2020-12-25 21:00:36 -05:00
parent 147ff1b5da
commit 4cb55c52e2
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
3 changed files with 15 additions and 12 deletions

View file

@ -78,10 +78,8 @@
#include "../detours/detours.h"
#ifdef DETOURS_64BIT
#define LUMA_CEG_DLL_NAME "LumaCEG_Plugin_x64.dll"
#define DLL_NAME "steam_api64.dll"
#else
#define LUMA_CEG_DLL_NAME "LumaCEG_Plugin_x86.dll"
#define DLL_NAME "steam_api.dll"
#endif
#endif