summaryrefslogtreecommitdiffstats
path: root/.gitmodules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* externals: Update mbedtls to 2.16.9Morph2021-03-051-1/+1
| | | | mbedtls 2.16 is the last version which has licensing for GPL 2.0. This updates mbedtls to our own fork of mbedtls 2.16
* cmake: Update FFmpeg to 4.3.1lat9nq2021-02-101-1/+1
| | | | | | | Download FFmpeg package version 4.3.1. Uses a file defined within the package to determine with DLLs to copy. Also corrects a submodule name.
* externals: Add submodule ffmpeglat9nq2021-02-051-0/+3
|
* core: Remove usage of unicornLioncash2020-11-041-3/+0
| | | | | | | | Unicorn long-since lost most of its use, due to dynarmic gaining support for handling most instructions. At this point any further issues encountered should be used to make dynarmic better. This also allows us to remove our dependency on Python.
* externals: Track mainline inih projectLioncash2020-10-281-1/+1
|
* externals: Track upstream libusbLioncash2020-08-261-0/+3
| | | | | | | We can place the external in an inner folder and manage the custom files necessary to integrate it with CMake directly. This allows us to directly change how we use it with our build system, as opposed to needing to change a fork.
* externals: Untrack non-upstream variant of libusbLioncash2020-08-261-3/+0
| | | | | We shouldn't be tracking personal forks of repositories when upstream can be managed directly.
* Fix merge conflicts?Ameer2020-07-041-0/+3
|\
| * externals: Track opus as submodule instead of using conanDavid Marcec2020-07-011-0/+3
| | | | | | | | Supersedes #4068 see for details.
* | Add libusb dependencyAmeer2020-06-211-0/+3
|/
* externals: Revert to libressl, as build is broken with find_package(OpenSSL). (#4093)bunnei2020-06-171-0/+3
| | | | | | | * externals: Revert to libressl, as build is broken with find_package(OpenSLL). * fixup! externals: Revert to libressl, as build is broken with find_package(OpenSLL). * fixup! externals: Revert to libressl, as build is broken with find_package(OpenSLL).
* Add xbyak externalDavid Marcec2020-05-301-0/+3
|
* Replace externals with Conan (#3735)James Rowe2020-05-081-27/+3
| | | | | | | | | | | | | | | | | | | | | * Remove git submodules that will be loaded through conan * Move custom Find modules to their own folder * Use conan for downloading missing external dependencies * CI: Change the yuzu source folder user to the user that the containers run on * Attempt to remove dirty mingw build hack * Install conan on the msvc build * Only set release build type when using not using multi config generator * Re-add qt bundled to workaround an issue with conan qt not downloading prebuilt binaries * Add workaround for submodules that use legacy CMAKE variables * Re-add USE_BUNDLED_QT on the msvc build bot
* externals: Track upstream libzipLioncash2019-10-301-4/+4
| | | | | | Stops relying on a fork for providing zip handling and instead tracks the upstream branch but keeps any necessary build-related changes in the source tree directly without modifying the libzip target itself.
* externals: Amend zlib submoduleLioncash2019-10-291-2/+2
| | | | | | Supplies CMakeLists.txt file that avoids pulling in zlib's tests into the tree. This avoids needing to explicitly opt these tests out from ctest.
* externals: Track upstream opusLioncash2019-10-241-4/+4
| | | | | | Tracks upstream opus, allowing the library to be easily updated. While we're at it, we incorporate the CMakeLists.txt so that we have easy control over the requirements of the build.
* externals: Use upstream zlibLioncash2019-10-041-4/+4
| | | | | | We don't need to depend on a custom fork for this. We can add the library as is, and then make it excluded from the ALL target, so we only link in the libraries that we actually make use of.
* externals: Add zlib and libzip libraries to handle ZIP file parsingZach Hilman2019-09-301-0/+6
|
* video_core: Add sirit as optional dependency with VulkanReinUsesLisp2019-04-101-0/+3
| | | | sirit is a runtime assembler for SPIR-V
* gitmodules: Replace taps with spacesunknown2019-03-291-2/+2
|
* externals: Add Zstandard v1.3.8unknown2019-03-291-0/+3
|
* gitmodules: Add Vulkan headers dependencyReinUsesLisp2019-02-121-0/+3
|
* common: Remove dependency on xbyakLioncash2018-11-211-3/+0
| | | | | | | Xbyak is currently entirely unused. Rather than carting it along, remove it and get rid of a dependency. If it's ever needed in the future, then it can be re-added (and likely be more up to date at that point in time).
* Add submodulesfearlessTobi2018-10-021-0/+6
|
* Add audio stretching supportfearlessTobi2018-09-081-0/+3
|
* Fix merge conflicts with opus and update docsZach Hilman2018-08-011-5/+5
|
* Remove files that are not usedZach Hilman2018-08-011-0/+3
|
* externals: Add cubeb for audio output.bunnei2018-07-311-0/+3
|
* Implemented various hwopus functions (#853)David2018-07-311-0/+3
|
* Use HTTPS for Submodule lz4N00byKing2018-03-211-1/+1
|
* Build: Add unicorn as a submodule and build it if neededJames Rowe2018-01-161-0/+3
| | | | | | | Adds a cmake custom target that will build unicorn on first compile and uses this in the build scripts as well. Updates Appveyor and Travis build scripts to work with the new unicorn build, and updates the paths to all of the different artifacts.
* Massive removal of unused modulesJames Rowe2018-01-131-12/+0
|
* boost: Update version.bunnei2018-01-131-1/+1
|
* core: Gut out cryptop, since it doesn't compile with C++17.bunnei2018-01-131-3/+0
|
* gitmodules: Fix to include lz4.bunnei2018-01-041-0/+3
|
* Don't pull in entire JSON repo for single header fileJames2017-07-181-3/+0
|
* .gitmodules: Make enet use the same convention as other submodules.Emmanuel Gil Peyrot2017-07-161-1/+1
| | | | This makes it easier for packagers to preload all submodules.
* externals: Add JSON as a submodule.bunnei2017-07-101-0/+3
|
* externals: Add CPR as a submodule.bunnei2017-07-091-0/+3
|
* Implement basic virtual Room support based on enet (#2803)B3n302017-07-071-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added support for network with ENet lib, connecting is possible, but data can't be sent, yet. * fixup! Added support for network with ENet lib, * fixup! CLang * fixup! Added support for network with ENet lib, * fixup! Added support for network with ENet lib, * fixup! Clang format * More fixups! * Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Clang again * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes
* Add the fmt string formatting libraryYuri Kunde Schlesner2017-05-271-0/+3
| | | | | | | More info at http://fmtlib.net/ This commit was based on @jroweboy's work on his spdlog branch, but with modifications.
* Core: add cryptopp library (#2412)Weiyi Wang2017-02-131-0/+3
|
* Externals: Add XbyakYuri Kunde Schlesner2016-12-151-0/+3
|
* dynarmic: Add new submodule.bunnei2016-09-151-10/+13
|
* tests: Infrastructure for unit testsMerryMage2016-05-191-0/+3
|
* gitmodules: citra-emu/soundtouch → citra-emu/ext-soundtouchMerryMage2016-05-131-1/+1
|
* Externals: Add soundtouchMerryMage2016-04-281-0/+3
|
* Rename git submodules, so they are more easily accessible from external tools.Emmanuel Gil Peyrot2015-04-241-3/+3
|
* Add nihstro (a 3DS shader tools suite) as a submodule.Tony Wasserka2014-12-201-0/+3
|
* externals: Add boost submodule.Tony Wasserka2014-12-071-0/+3
|
* Added configuration file system.archshift2014-10-081-0/+3
Uses QSettings on citra-qt, and inih on citra-cli.