feat: set COMPLUS_ForceENC, enables edit & continue for Dalamud & plugins

This commit is contained in:
goat 2021-12-07 02:00:00 +01:00
parent c1a38c31ce
commit da84c90696
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5

View file

@ -36,6 +36,7 @@ int InitializeClrAndGetEntryPoint(
SetEnvironmentVariable(L"DOTNET_MULTILEVEL_LOOKUP", L"0");
//SetEnvironmentVariable(L"COMPlus_legacyCorruptedStateExceptionsPolicy", L"1");
SetEnvironmentVariable(L"DOTNET_legacyCorruptedStateExceptionsPolicy", L"1");
SetEnvironmentVariable(L"COMPLUS_ForceENC", L"1");
wchar_t* dotnet_path;
wchar_t* _appdata;