mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Collect wine.log on crashes
This commit is contained in:
parent
fb1d7b966e
commit
c33eccb2e2
1 changed files with 1 additions and 0 deletions
|
|
@ -470,6 +470,7 @@ void export_tspack(HWND hWndParent, const std::filesystem::path& logDir, const s
|
|||
"dalamud.injector.log",
|
||||
"dalamud.boot.log",
|
||||
"aria.log",
|
||||
"wine.log"
|
||||
};
|
||||
static constexpr auto MaxSizePerLog = 1 * 1024 * 1024;
|
||||
static constexpr std::array<COMDLG_FILTERSPEC, 2> OutputFileTypeFilterSpec{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue