mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-09 04:10:05 +00:00
audio_core: Replace AAC decoders with single FAAD2-based decoder. (#7098)
This commit is contained in:
parent
1570aeffcb
commit
27bad3a699
28 changed files with 304 additions and 2403 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -79,6 +79,9 @@
|
|||
[submodule "sirit"]
|
||||
path = externals/sirit
|
||||
url = https://github.com/yuzu-emu/sirit
|
||||
[submodule "faad2"]
|
||||
path = externals/faad2/faad2
|
||||
url = https://github.com/knik0/faad2
|
||||
[submodule "library-headers"]
|
||||
path = externals/library-headers
|
||||
url = https://github.com/citra-emu/ext-library-headers.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue