summaryrefslogtreecommitdiffstats
path: root/.gitmodules (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-10video_core: Add sirit as optional dependency with VulkanReinUsesLisp1-0/+3
sirit is a runtime assembler for SPIR-V
2019-03-29gitmodules: Replace taps with spacesunknown1-2/+2
2019-03-29externals: Add Zstandard v1.3.8unknown1-0/+3
2019-02-12gitmodules: Add Vulkan headers dependencyReinUsesLisp1-0/+3
2018-11-21common: Remove dependency on xbyakLioncash1-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).
2018-10-02Add submodulesfearlessTobi1-0/+6
2018-09-08Add audio stretching supportfearlessTobi1-0/+3
2018-08-01Fix merge conflicts with opus and update docsZach Hilman1-5/+5
2018-08-01Remove files that are not usedZach Hilman1-0/+3
2018-07-31externals: Add cubeb for audio output.bunnei1-0/+3
2018-07-31Implemented various hwopus functions (#853)David1-0/+3
2018-03-21Use HTTPS for Submodule lz4N00byKing1-1/+1
2018-01-16Build: Add unicorn as a submodule and build it if neededJames Rowe1-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.
2018-01-13Massive removal of unused modulesJames Rowe1-12/+0
2018-01-13boost: Update version.bunnei1-1/+1
2018-01-13core: Gut out cryptop, since it doesn't compile with C++17.bunnei1-3/+0
2018-01-04gitmodules: Fix to include lz4.bunnei1-0/+3
2017-07-18Don't pull in entire JSON repo for single header fileJames1-3/+0
2017-07-16.gitmodules: Make enet use the same convention as other submodules.Emmanuel Gil Peyrot1-1/+1
This makes it easier for packagers to preload all submodules.
2017-07-10externals: Add JSON as a submodule.bunnei1-0/+3
2017-07-09externals: Add CPR as a submodule.bunnei1-0/+3
2017-07-07Implement basic virtual Room support based on enet (#2803)B3n301-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
2017-05-27Add the fmt string formatting libraryYuri Kunde Schlesner1-0/+3
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 Wang1-0/+3
2016-12-15Externals: Add XbyakYuri Kunde Schlesner1-0/+3
2016-09-15dynarmic: Add new submodule.bunnei1-10/+13
2016-05-19tests: Infrastructure for unit testsMerryMage1-0/+3
2016-05-13gitmodules: citra-emu/soundtouch → citra-emu/ext-soundtouchMerryMage1-1/+1
2016-04-28Externals: Add soundtouchMerryMage1-0/+3
2015-04-24Rename git submodules, so they are more easily accessible from external tools.Emmanuel Gil Peyrot1-3/+3
2014-12-20Add nihstro (a 3DS shader tools suite) as a submodule.Tony Wasserka1-0/+3
2014-12-07externals: Add boost submodule.Tony Wasserka1-0/+3
2014-10-08Added configuration file system.archshift1-0/+3
Uses QSettings on citra-qt, and inih on citra-cli.