aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitmodules
AgeCommit message (Collapse)Author
2019-09-30externals: Add zlib and libzip libraries to handle ZIP file parsingZach Hilman
2019-04-10video_core: Add sirit as optional dependency with VulkanReinUsesLisp
sirit is a runtime assembler for SPIR-V
2019-03-29gitmodules: Replace taps with spacesunknown
2019-03-29externals: Add Zstandard v1.3.8unknown
2019-02-12gitmodules: Add Vulkan headers dependencyReinUsesLisp
2018-11-21common: Remove dependency on xbyakLioncash
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).
2018-10-02Add submodulesfearlessTobi
2018-09-08Add audio stretching supportfearlessTobi
2018-08-01Fix merge conflicts with opus and update docsZach Hilman
2018-08-01Remove files that are not usedZach Hilman
2018-07-30externals: Add cubeb for audio output.bunnei
2018-07-30Implemented various hwopus functions (#853)David
2018-03-21Use HTTPS for Submodule lz4N00byKing
2018-01-16Build: Add unicorn as a submodule and build it if neededJames Rowe
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.
2018-01-12Massive removal of unused modulesJames Rowe
2018-01-12boost: Update version.bunnei
2018-01-12core: Gut out cryptop, since it doesn't compile with C++17.bunnei
2018-01-03gitmodules: Fix to include lz4.bunnei
2017-07-18Don't pull in entire JSON repo for single header fileJames
2017-07-16.gitmodules: Make enet use the same convention as other submodules.Emmanuel Gil Peyrot
This makes it easier for packagers to preload all submodules.
2017-07-09externals: Add JSON as a submodule.bunnei
2017-07-09externals: Add CPR as a submodule.bunnei
2017-07-07Implement basic virtual Room support based on enet (#2803)B3n30
* 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
2017-05-27Add the fmt string formatting libraryYuri Kunde Schlesner
More info at http://fmtlib.net/ This commit was based on @jroweboy's work on his spdlog branch, but with modifications.
2017-02-13Core: add cryptopp library (#2412)Weiyi Wang
2016-12-14Externals: Add XbyakYuri Kunde Schlesner
2016-09-15dynarmic: Add new submodule.bunnei
2016-05-19tests: Infrastructure for unit testsMerryMage
2016-05-13gitmodules: citra-emu/soundtouch → citra-emu/ext-soundtouchMerryMage
2016-04-28Externals: Add soundtouchMerryMage
2015-04-24Rename git submodules, so they are more easily accessible from external tools.Emmanuel Gil Peyrot
2014-12-20Add nihstro (a 3DS shader tools suite) as a submodule.Tony Wasserka
2014-12-07externals: Add boost submodule.Tony Wasserka
2014-10-07Added configuration file system.archshift
Uses QSettings on citra-qt, and inih on citra-cli.