Crash Handler 2.0 (#1466)

* Linux side done

* Win V2. need to fix message box.

* Fix message box.
This commit is contained in:
louist103 2022-09-26 19:54:25 -04:00 committed by GitHub
commit c21b2e8f00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 465 additions and 162 deletions

View file

@ -263,6 +263,7 @@ set(Source_Files__soh
"soh/GameMenuBar.cpp"
"soh/UIWidgets.hpp"
"soh/UIWidgets.cpp"
"soh/CrashHandlerExt.cpp"
)
source_group("Source Files\\soh" FILES ${Source_Files__soh})