Dalamud/DalamudCrashHandler
Robert Baker 73447f205d
Add GPU Info to Crash Handler
I'm sure there's a better way to do this, but I also shouldn't be allowed to touch any cpp code.

This loops through all dxgi adapters based on example code I ripped from Microsoft and StackOverflow and dumps that into the crash log.

I'm hoping it doesn't make the window too tall, so if there's a better way to list only the display adapters that are unique, I'm all for it.
2026-02-07 20:58:55 -08:00
..
dalamud.ico feat: add minidump writer 2022-07-24 18:49:46 +02:00
DalamudCrashHandler.cpp Add GPU Info to Crash Handler 2026-02-07 20:58:55 -08:00
DalamudCrashHandler.rc feat: add minidump writer 2022-07-24 18:49:46 +02:00
DalamudCrashHandler.vcxproj Revert "Use v145 build tools for C++ components" 2025-12-31 12:15:18 +01:00
DalamudCrashHandler.vcxproj.filters Offer to generate .tspack from crash handler 2022-09-14 13:36:29 +09:00
miniz.c Offer to generate .tspack from crash handler 2022-09-14 13:36:29 +09:00
miniz.h Un-whether-or-not the codebase 2025-04-25 22:49:05 +02:00
resource.h feat: add minidump writer 2022-07-24 18:49:46 +02:00