mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 21:24:16 +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
|
|
@ -38,6 +38,7 @@ struct DalamudStartInfo {
|
|||
bool BootWaitDebugger = false;
|
||||
bool BootVehEnabled = false;
|
||||
bool BootVehFull = false;
|
||||
bool BootEnableEtw = false;
|
||||
DotNetOpenProcessHookMode BootDotnetOpenProcessHookMode = DotNetOpenProcessHookMode::ImportHooks;
|
||||
std::set<std::string> BootEnabledGameFixes{};
|
||||
std::set<std::string> BootUnhookDlls{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue