diff options
| author | 2023-10-04 13:11:05 -0400 | |
|---|---|---|
| committer | 2023-10-08 11:35:53 -0400 | |
| commit | d3997bad9b84579938d8cdb44b1d17cfab7bbcce (patch) | |
| tree | 4a9128e8ba93d3963ce37b65efd2a940776cae3c /.gitmodules | |
| parent | Merge pull request #11657 from liamwhite/new-codespell (diff) | |
| download | yuzu-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.tar.gz yuzu-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.tar.xz yuzu-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.zip | |
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 | ||