diff options
author | Ameer <[email protected]> | 2020-07-04 00:59:40 -0400 |
---|---|---|
committer | Ameer <[email protected]> | 2020-07-04 00:59:40 -0400 |
commit | f829932ed191ad469df01342191bf2725e8a20bb (patch) | |
tree | 0ae185ce3ef43ef9b085aae7b9ad5abb04e3d239 /.gitmodules | |
parent | d00972fce1fe5f2eb13c7e5d7e4e56036cb6bc91 (diff) | |
parent | 3096adb3471af1b094d670751e476c337007d299 (diff) | |
download | yuzu-android-f829932ed191ad469df01342191bf2725e8a20bb.tar.gz yuzu-android-f829932ed191ad469df01342191bf2725e8a20bb.zip |
Fix merge conflicts?
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e3ec628ea..79028bbb5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,6 @@ [submodule "externals/libusb"] path = externals/libusb url = https://github.com/ameerj/libusb +[submodule "opus"] + path = externals/opus/opus + url = https://github.com/xiph/opus.git |