summaryrefslogtreecommitdiffstats
path: root/.gitmodules (unfollow)
Commit message (Collapse)AuthorFilesLines
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.