summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar Charles Lombardo2023-11-24 22:59:55 -0500
committerGravatar GitHub2023-11-24 22:59:55 -0500
commit5a182f4e7ccfac696cd54542089c880d002f5cc9 (patch)
treee1bcd72f38f4f57ff6b915022268b0feb86a7937 /.gitmodules
parentMerge pull request #12140 from liamwhite/qcr-unreachable (diff)
parentfrontend_common: Don't specify default value for screenshot_path (diff)
downloadyuzu-5a182f4e7ccfac696cd54542089c880d002f5cc9.tar.gz
yuzu-5a182f4e7ccfac696cd54542089c880d002f5cc9.tar.xz
yuzu-5a182f4e7ccfac696cd54542089c880d002f5cc9.zip
Merge pull request #11889 from t895/ini-lib
configuration: Unify config handling across frontends
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
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