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
|
|
@ -8,7 +8,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Label="Feature">
|
<PropertyGroup Label="Feature">
|
||||||
<DalamudVersion>6.4.0.38</DalamudVersion>
|
<DalamudVersion>6.4.0.39</DalamudVersion>
|
||||||
<Description>XIV Launcher addon framework</Description>
|
<Description>XIV Launcher addon framework</Description>
|
||||||
<AssemblyVersion>$(DalamudVersion)</AssemblyVersion>
|
<AssemblyVersion>$(DalamudVersion)</AssemblyVersion>
|
||||||
<Version>$(DalamudVersion)</Version>
|
<Version>$(DalamudVersion)</Version>
|
||||||
|
|
|
||||||
|
|
@ -41,9 +41,10 @@ int InitializeClrAndGetEntryPoint(
|
||||||
|
|
||||||
int result;
|
int result;
|
||||||
SetEnvironmentVariable(L"DOTNET_MULTILEVEL_LOOKUP", L"0");
|
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"DOTNET_legacyCorruptedStateExceptionsPolicy", L"1");
|
||||||
SetEnvironmentVariable(L"COMPLUS_ForceENC", L"1");
|
SetEnvironmentVariable(L"COMPLUS_ForceENC", L"1");
|
||||||
|
SetEnvironmentVariable(L"DOTNET_ForceENC", L"1");
|
||||||
|
|
||||||
// Enable Dynamic PGO
|
// Enable Dynamic PGO
|
||||||
SetEnvironmentVariable(L"DOTNET_TieredPGO", L"1");
|
SetEnvironmentVariable(L"DOTNET_TieredPGO", L"1");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue