mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Globally disable legacy corrupted state exceptions for now
This commit is contained in:
parent
b21a0c9298
commit
97add3fc90
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ HRESULT WINAPI InitializeImpl(LPVOID lpParam, HANDLE hMainThreadContinue) {
|
||||||
const auto result = InitializeClrAndGetEntryPoint(
|
const auto result = InitializeClrAndGetEntryPoint(
|
||||||
g_hModule,
|
g_hModule,
|
||||||
g_startInfo.BootEnableEtw,
|
g_startInfo.BootEnableEtw,
|
||||||
!g_startInfo.BootDisableLegacyCorruptedStateExceptions,
|
false, // !g_startInfo.BootDisableLegacyCorruptedStateExceptions,
|
||||||
runtimeconfig_path,
|
runtimeconfig_path,
|
||||||
module_path,
|
module_path,
|
||||||
L"Dalamud.EntryPoint, Dalamud",
|
L"Dalamud.EntryPoint, Dalamud",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue