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