mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Support DirectX debugging injector cmdline
This commit is contained in:
parent
faf61477c7
commit
6bf264acf0
5 changed files with 76 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue