.gitmodules 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. [submodule "inih"]
  2. path = externals/inih/inih
  3. url = https://github.com/svn2github/inih
  4. [submodule "boost"]
  5. path = externals/boost
  6. url = https://github.com/yuzu-emu/ext-boost.git
  7. [submodule "catch"]
  8. path = externals/catch
  9. url = https://github.com/philsquared/Catch.git
  10. [submodule "cubeb"]
  11. path = externals/cubeb
  12. url = https://github.com/kinetiknz/cubeb.git
  13. [submodule "dynarmic"]
  14. path = externals/dynarmic
  15. url = https://github.com/MerryMage/dynarmic.git
  16. [submodule "xbyak"]
  17. path = externals/xbyak
  18. url = https://github.com/herumi/xbyak.git
  19. [submodule "fmt"]
  20. path = externals/fmt
  21. url = https://github.com/fmtlib/fmt.git
  22. [submodule "lz4"]
  23. path = externals/lz4
  24. url = https://github.com/lz4/lz4.git
  25. [submodule "unicorn"]
  26. path = externals/unicorn
  27. url = https://github.com/yuzu-emu/unicorn
  28. [submodule "mbedtls"]
  29. path = externals/mbedtls
  30. url = https://github.com/DarkLordZach/mbedtls
  31. [submodule "opus"]
  32. path = externals/opus
  33. url = https://github.com/ogniK5377/opus.git
  34. [submodule "soundtouch"]
  35. path = externals/soundtouch
  36. url = https://github.com/citra-emu/ext-soundtouch.git