diff options
author | Liam <[email protected]> | 2023-01-01 18:34:38 -0500 |
---|---|---|
committer | bunnei <[email protected]> | 2023-06-03 00:05:28 -0700 |
commit | f7a3f1ddf49a2471fd92ee92faea61880285b2d5 (patch) | |
tree | e32ec870444e890b124a819b834a705620e123c1 /.gitmodules | |
parent | 7cdeaa90afc4e333af75262df1504aed05767509 (diff) | |
download | yuzu-android-f7a3f1ddf49a2471fd92ee92faea61880285b2d5.tar.gz yuzu-android-f7a3f1ddf49a2471fd92ee92faea61880285b2d5.zip |
externals: add adrenotools for bcenabler
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 75c7b5fe0..ad7a9b970 100644 --- a/.gitmodules +++ b/.gitmodules @@ -49,3 +49,6 @@ [submodule "cpp-jwt"] path = externals/cpp-jwt url = https://github.com/arun11299/cpp-jwt.git +[submodule "externals/libadrenotools"] + path = externals/libadrenotools + url = https://github.com/bylaws/libadrenotools |