mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
chore: don't set DALAMUD_UNHOOK_DLLS by default
This commit is contained in:
parent
9d538d3b2a
commit
c9bd023cf0
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ namespace Dalamud.Injector
|
||||||
// Set boot defaults
|
// Set boot defaults
|
||||||
SetEnvDefaultIfNotExist("DALAMUD_GAMEFIX_LIST", "prevent_devicechange_crashes,disable_game_openprocess_access_check,redirect_openprocess");
|
SetEnvDefaultIfNotExist("DALAMUD_GAMEFIX_LIST", "prevent_devicechange_crashes,disable_game_openprocess_access_check,redirect_openprocess");
|
||||||
SetEnvDefaultIfNotExist("DALAMUD_DOTNET_OPENPROCESS_HOOKMODE", "0");
|
SetEnvDefaultIfNotExist("DALAMUD_DOTNET_OPENPROCESS_HOOKMODE", "0");
|
||||||
SetEnvDefaultIfNotExist("DALAMUD_UNHOOK_DLLS", "kernel32.dll,ntdll.dll,user32.dll");
|
//SetEnvDefaultIfNotExist("DALAMUD_UNHOOK_DLLS", "kernel32.dll,ntdll.dll,user32.dll");
|
||||||
|
|
||||||
DalamudStartInfo startInfo = null;
|
DalamudStartInfo startInfo = null;
|
||||||
if (args.Count == 1)
|
if (args.Count == 1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue