mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
build: 6.4.0.39
This commit is contained in:
parent
3ec6d05ec0
commit
264adf6ee7
2 changed files with 3 additions and 2 deletions
|
|
@ -41,9 +41,10 @@ int InitializeClrAndGetEntryPoint(
|
|||
|
||||
int result;
|
||||
SetEnvironmentVariable(L"DOTNET_MULTILEVEL_LOOKUP", L"0");
|
||||
//SetEnvironmentVariable(L"COMPlus_legacyCorruptedStateExceptionsPolicy", L"1");
|
||||
SetEnvironmentVariable(L"COMPlus_legacyCorruptedStateExceptionsPolicy", L"1");
|
||||
SetEnvironmentVariable(L"DOTNET_legacyCorruptedStateExceptionsPolicy", L"1");
|
||||
SetEnvironmentVariable(L"COMPLUS_ForceENC", L"1");
|
||||
SetEnvironmentVariable(L"DOTNET_ForceENC", L"1");
|
||||
|
||||
// Enable Dynamic PGO
|
||||
SetEnvironmentVariable(L"DOTNET_TieredPGO", L"1");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue