Externals: Update cubeb to mozilla/cubeb@773f16b7ea and make it a submodule.

CMakeLists.txt has been extracted and modified a bit to work with Dolphin's typical build settings.
This commit is contained in:
Admiral H. Curtiss 2022-06-17 23:24:22 +02:00
parent 70f353fb37
commit 59b1419a8e
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
68 changed files with 322 additions and 22109 deletions

5
.gitmodules vendored
View file

@ -40,3 +40,8 @@
[submodule "Externals/VulkanMemoryAllocator"]
path = Externals/VulkanMemoryAllocator
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
[submodule "Externals/cubeb/cubeb"]
path = Externals/cubeb/cubeb
url = https://github.com/mozilla/cubeb.git
branch = master
shallow = true