feat: get boot log path from DalamudStartInfo

This commit is contained in:
goaaats 2022-06-19 12:17:37 +02:00
parent ce49874935
commit 5c3c22490d
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
3 changed files with 8 additions and 1 deletions

View file

@ -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;