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

@ -31,5 +31,5 @@ All ips except these ranges are blocked:
224.0.0.0 - 255.255.255.255
Luma CEG support:
If LumaCEG_Plugin_x86.dll (steam_api.dll) or LumaCEG_Plugin_x64.dll (steam_api64.dll) is present it will be loaded automatically.
Support for loading any dlls:
Any files put in the steam_settings\load_dlls\ folder will be loaded automatically using the LoadLibraryA function.