mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
feat: make ETW configurable, doesn't actually do anything yet because we're stuck on .NET 5
This commit is contained in:
parent
e7b0da9f7a
commit
8744e82979
8 changed files with 18 additions and 5 deletions
|
|
@ -3,6 +3,7 @@ void ConsoleTeardown();
|
|||
|
||||
int InitializeClrAndGetEntryPoint(
|
||||
void* calling_module,
|
||||
bool enableEtw,
|
||||
std::wstring runtimeconfig_path,
|
||||
std::wstring module_path,
|
||||
std::wstring entrypoint_assembly_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue