diff options
| author | 2023-11-26 21:08:53 -0500 | |
|---|---|---|
| committer | 2023-11-26 21:08:53 -0500 | |
| commit | 1d11fe00a3000efbf6a0a4bb690e0d544a1b7b4a (patch) | |
| tree | c219aacab776c0a1e3956614b60a01fa2f6164cb /.gitmodules | |
| parent | shader_recompiler: Align SSBO offsets in GlobalMemory functions (diff) | |
| parent | Merge pull request #11535 from GPUCode/upload_cmdbuf (diff) | |
| download | yuzu-1d11fe00a3000efbf6a0a4bb690e0d544a1b7b4a.tar.gz yuzu-1d11fe00a3000efbf6a0a4bb690e0d544a1b7b4a.tar.xz yuzu-1d11fe00a3000efbf6a0a4bb690e0d544a1b7b4a.zip | |
Merge branch 'master' into ssbo-align
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index b72a2ec8c..45dd0d259 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -4,9 +4,6 @@ | |||
| 4 | [submodule "enet"] | 4 | [submodule "enet"] |
| 5 | path = externals/enet | 5 | path = externals/enet |
| 6 | url = https://github.com/lsalzman/enet.git | 6 | url = https://github.com/lsalzman/enet.git |
| 7 | [submodule "inih"] | ||
| 8 | path = externals/inih/inih | ||
| 9 | url = https://github.com/benhoyt/inih.git | ||
| 10 | [submodule "cubeb"] | 7 | [submodule "cubeb"] |
| 11 | path = externals/cubeb | 8 | path = externals/cubeb |
| 12 | url = https://github.com/mozilla/cubeb.git | 9 | url = https://github.com/mozilla/cubeb.git |
| @@ -61,3 +58,6 @@ | |||
| 61 | [submodule "breakpad"] | 58 | [submodule "breakpad"] |
| 62 | path = externals/breakpad | 59 | path = externals/breakpad |
| 63 | url = https://github.com/yuzu-emu/breakpad.git | 60 | url = https://github.com/yuzu-emu/breakpad.git |
| 61 | [submodule "simpleini"] | ||
| 62 | path = externals/simpleini | ||
| 63 | url = https://github.com/brofield/simpleini.git | ||