mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 23:37:44 +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
|
|
@ -54,6 +54,7 @@ struct DalamudStartInfo {
|
|||
bool NoLoadThirdPartyPlugins;
|
||||
|
||||
std::string BootLogPath;
|
||||
bool BootDebugDirectX = false;
|
||||
bool BootShowConsole = false;
|
||||
bool BootDisableFallbackConsole = false;
|
||||
WaitMessageboxFlags BootWaitMessageBox = WaitMessageboxFlags::None;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue