1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-11-06 01:49:04 -06:00

Merge pull request #11689 from liamwhite/breakpad

qt: implement automatic crash dump support
This commit is contained in:
liamwhite
2023-10-29 23:41:13 -04:00
committed by GitHub
21 changed files with 223 additions and 282 deletions

View File

@@ -13,6 +13,7 @@
#define AMIIBO_DIR "amiibo"
#define CACHE_DIR "cache"
#define CONFIG_DIR "config"
#define CRASH_DUMPS_DIR "crash_dumps"
#define DUMP_DIR "dump"
#define KEYS_DIR "keys"
#define LOAD_DIR "load"