diff options
| author | 2023-10-29 23:41:13 -0400 | |
|---|---|---|
| committer | 2023-10-29 23:41:13 -0400 | |
| commit | eec3d356b69711b34145d16e669e25403880774e (patch) | |
| tree | 55ea35e1fe80f8539ec7fd7ec2aaa3164a5679d1 /.gitmodules | |
| parent | Merge pull request #11911 from german77/leak_event (diff) | |
| parent | qt: implement automatic crash dump support (diff) | |
| download | yuzu-eec3d356b69711b34145d16e669e25403880774e.tar.gz yuzu-eec3d356b69711b34145d16e669e25403880774e.tar.xz yuzu-eec3d356b69711b34145d16e669e25403880774e.zip | |
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 @@ | |||
| 58 | [submodule "VulkanMemoryAllocator"] | 58 | [submodule "VulkanMemoryAllocator"] |
| 59 | path = externals/VulkanMemoryAllocator | 59 | path = externals/VulkanMemoryAllocator |
| 60 | url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git | 60 | url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git |
| 61 | [submodule "breakpad"] | ||
| 62 | path = externals/breakpad | ||
| 63 | url = https://github.com/yuzu-emu/breakpad.git | ||