diff options
| author | 2022-07-25 18:31:45 -0400 | |
|---|---|---|
| committer | 2022-07-25 18:31:45 -0400 | |
| commit | 1e67d2b59f6dfd561768db3fb9a8e0c6a16ec9f2 (patch) | |
| tree | 999411f1ca76390654d1034c6d0bd2c47c3f101c /.gitmodules | |
| parent | Merge pull request #8564 from lat9nq/dinner-fork (diff) | |
| parent | network: Address review comments (diff) | |
| download | yuzu-1e67d2b59f6dfd561768db3fb9a8e0c6a16ec9f2.tar.gz yuzu-1e67d2b59f6dfd561768db3fb9a8e0c6a16ec9f2.tar.xz yuzu-1e67d2b59f6dfd561768db3fb9a8e0c6a16ec9f2.zip | |
Merge pull request #8541 from FearlessTobi/multiplayer-part1
yuzu, network: Add room service and UI configuration
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3c0d15951..26c6735cd 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 |
| @@ -43,3 +46,6 @@ | |||
| 43 | [submodule "vcpkg"] | 46 | [submodule "vcpkg"] |
| 44 | path = externals/vcpkg | 47 | path = externals/vcpkg |
| 45 | url = https://github.com/Microsoft/vcpkg.git | 48 | url = https://github.com/Microsoft/vcpkg.git |
| 49 | [submodule "cpp-jwt"] | ||
| 50 | path = externals/cpp-jwt | ||
| 51 | url = https://github.com/arun11299/cpp-jwt.git | ||