diff options
| author | 2022-07-06 02:20:39 +0200 | |
|---|---|---|
| committer | 2022-07-25 21:57:14 +0200 | |
| commit | dcfe0a5febb252e3a4f40c1b25765740a269467f (patch) | |
| tree | 3f06aa974d4bfba52df45697070ef112b701054b /.gitmodules | |
| parent | Merge pull request #8564 from lat9nq/dinner-fork (diff) | |
| download | yuzu-dcfe0a5febb252e3a4f40c1b25765740a269467f.tar.gz yuzu-dcfe0a5febb252e3a4f40c1b25765740a269467f.tar.xz yuzu-dcfe0a5febb252e3a4f40c1b25765740a269467f.zip | |
network: Add initial files and enet dependency
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3c0d15951..d8e04923a 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | [submodule "enet"] | ||
| 2 | path = externals/enet | ||
| 3 | url = https://github.com/lsalzman/enet.git | ||
| 1 | [submodule "inih"] | 4 | [submodule "inih"] |
| 2 | path = externals/inih/inih | 5 | path = externals/inih/inih |
| 3 | url = https://github.com/benhoyt/inih.git | 6 | url = https://github.com/benhoyt/inih.git |