Remove legacy corrupted state exceptions entirely

This commit is contained in:
goaaats 2025-03-28 00:51:59 +01:00
parent 9c80b72e5e
commit fb61d72fae
8 changed files with 1 additions and 20 deletions

View file

@ -62,7 +62,6 @@ struct DalamudStartInfo {
bool BootVehEnabled = false;
bool BootVehFull = false;
bool BootEnableEtw = false;
bool BootDisableLegacyCorruptedStateExceptions = false;
DotNetOpenProcessHookMode BootDotnetOpenProcessHookMode = DotNetOpenProcessHookMode::ImportHooks;
std::set<std::string> BootEnabledGameFixes{};
std::set<std::string> BootUnhookDlls{};