diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2023-10-29 23:41:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-29 23:41:13 -0400 |
| commit | eec3d356b69711b34145d16e669e25403880774e (patch) | |
| tree | 55ea35e1fe80f8539ec7fd7ec2aaa3164a5679d1 /.gitmodules | |
| parent | adb090090605d3b1f4368fb0c7bc836206aa4bdf (diff) | |
| parent | d3997bad9b84579938d8cdb44b1d17cfab7bbcce (diff) | |
Merge pull request #11689 from liamwhite/breakpad
qt: implement automatic crash dump support
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 361f4845b..fdddb0d3a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,6 @@ [submodule "VulkanMemoryAllocator"] path = externals/VulkanMemoryAllocator url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git +[submodule "breakpad"] + path = externals/breakpad + url = https://github.com/yuzu-emu/breakpad.git |
