diff options
author | David <25727384+ogniK5377@users.noreply.github.com> | 2018-07-31 08:42:20 +1000 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-07-30 15:42:20 -0700 |
commit | a483e5e28de936e5eab81c1b9d66faf7b738f612 (patch) | |
tree | 32e8d1eed5ff9a930134888919ad459b9feabcee /.gitmodules | |
parent | 05ee92a35783ace09fd75e61899c8820021bc6ef (diff) |
Implemented various hwopus functions (#853)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a08850c1a..4de47fa6b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "unicorn"] path = externals/unicorn url = https://github.com/yuzu-emu/unicorn +[submodule "opus"] + path = externals/opus + url = https://github.com/ogniK5377/opus.git |