mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
feat: get boot log path from DalamudStartInfo
This commit is contained in:
parent
ce49874935
commit
5c3c22490d
3 changed files with 8 additions and 1 deletions
|
|
@ -31,6 +31,7 @@ struct DalamudStartInfo {
|
|||
std::string GameVersion;
|
||||
int DelayInitializeMs = 0;
|
||||
|
||||
std::string BootLogPath;
|
||||
bool BootShowConsole = false;
|
||||
bool BootDisableFallbackConsole = false;
|
||||
WaitMessageboxFlags BootWaitMessageBox = WaitMessageboxFlags::None;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue