mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
chore: enableEtw => enable_etw
This commit is contained in:
parent
8744e82979
commit
30b5bb4251
2 changed files with 3 additions and 3 deletions
|
|
@ -29,7 +29,7 @@ std::optional<CoreCLR> g_clr;
|
||||||
|
|
||||||
int InitializeClrAndGetEntryPoint(
|
int InitializeClrAndGetEntryPoint(
|
||||||
void* calling_module,
|
void* calling_module,
|
||||||
bool enableEtw,
|
bool enable_etw,
|
||||||
std::wstring runtimeconfig_path,
|
std::wstring runtimeconfig_path,
|
||||||
std::wstring module_path,
|
std::wstring module_path,
|
||||||
std::wstring entrypoint_assembly_name,
|
std::wstring entrypoint_assembly_name,
|
||||||
|
|
@ -50,7 +50,7 @@ int InitializeClrAndGetEntryPoint(
|
||||||
SetEnvironmentVariable(L"DOTNET_TC_QuickJitForLoops", L"1");
|
SetEnvironmentVariable(L"DOTNET_TC_QuickJitForLoops", L"1");
|
||||||
SetEnvironmentVariable(L"DOTNET_ReadyToRun", L"1");
|
SetEnvironmentVariable(L"DOTNET_ReadyToRun", L"1");
|
||||||
|
|
||||||
SetEnvironmentVariable(L"COMPlus_ETWEnabled", enableEtw ? L"1" : L"0");
|
SetEnvironmentVariable(L"COMPlus_ETWEnabled", enable_etw ? L"1" : L"0");
|
||||||
|
|
||||||
wchar_t* dotnet_path;
|
wchar_t* dotnet_path;
|
||||||
wchar_t* _appdata;
|
wchar_t* _appdata;
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ void ConsoleTeardown();
|
||||||
|
|
||||||
int InitializeClrAndGetEntryPoint(
|
int InitializeClrAndGetEntryPoint(
|
||||||
void* calling_module,
|
void* calling_module,
|
||||||
bool enableEtw,
|
bool enable_etw,
|
||||||
std::wstring runtimeconfig_path,
|
std::wstring runtimeconfig_path,
|
||||||
std::wstring module_path,
|
std::wstring module_path,
|
||||||
std::wstring entrypoint_assembly_name,
|
std::wstring entrypoint_assembly_name,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue