Support DirectX debugging injector cmdline

This commit is contained in:
Soreepeong 2024-07-12 16:29:34 +09:00
parent faf61477c7
commit 6bf264acf0
5 changed files with 76 additions and 0 deletions

View file

@ -94,6 +94,11 @@ public record DalamudStartInfo
/// </summary>
public bool BootShowConsole { get; set; }
/// <summary>
/// Gets or sets a value indicating whether to enable D3D11 and DXGI debugging if possible.
/// </summary>
public bool BootDebugDirectX { get; set; }
/// <summary>
/// Gets or sets a value indicating whether the fallback console should be shown, if needed.
/// </summary>