diff options
| author | bunnei <bunneidev@gmail.com> | 2018-07-27 19:17:27 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2018-07-30 18:44:16 -0400 |
| commit | 5f59815f39f7f9817ea0b55885e89fdf02189f78 (patch) | |
| tree | 970061eb06e1f81ccd24329f034b64739548d2d7 | |
| parent | a483e5e28de936e5eab81c1b9d66faf7b738f612 (diff) | |
externals: Add cubeb for audio output.
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | externals/cubeb | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 4de47fa6b..0f94613c4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,6 +7,9 @@ [submodule "catch"] path = externals/catch url = https://github.com/philsquared/Catch.git +[submodule "cubeb"] + path = externals/cubeb + url = https://github.com/kinetiknz/cubeb.git [submodule "dynarmic"] path = externals/dynarmic url = https://github.com/MerryMage/dynarmic.git diff --git a/externals/cubeb b/externals/cubeb new file mode 160000 +Subproject 12b78c0edfa40007e41dbdcd9dfe367fbb98d01 |
