mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Add support for loading custom dlls in the experimental build.
Put them in steam_settings\load_dlls\
This commit is contained in:
parent
147ff1b5da
commit
4cb55c52e2
3 changed files with 15 additions and 12 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue