diff options
author | GPUCode <[email protected]> | 2023-11-17 22:06:37 +0200 |
---|---|---|
committer | t895 <[email protected]> | 2023-11-25 00:46:47 -0500 |
commit | 2e02efbdd047ce125c7d0af418619f4e120df798 (patch) | |
tree | 658198afff6d72ccc7dd14f09bc86600055df8b1 /.gitmodules | |
parent | 15331c2a6007656171275fcbb41f912c1297c358 (diff) | |
download | yuzu-android-2e02efbdd047ce125c7d0af418619f4e120df798.tar.gz yuzu-android-2e02efbdd047ce125c7d0af418619f4e120df798.zip |
externals: Add oaknut submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 45dd0d259..e65997afc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -61,3 +61,6 @@ [submodule "simpleini"] path = externals/simpleini url = https://github.com/brofield/simpleini.git +[submodule "oaknut"] + path = externals/oaknut + url = https://github.com/merryhime/oaknut |