Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-01-04 | gitmodules: Fix to include lz4. | bunnei | 1 | -0/+3 | |
2017-07-18 | Don't pull in entire JSON repo for single header file | James | 1 | -3/+0 | |
2017-07-16 | .gitmodules: Make enet use the same convention as other submodules. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
This makes it easier for packagers to preload all submodules. | |||||
2017-07-10 | externals: Add JSON as a submodule. | bunnei | 1 | -0/+3 | |
2017-07-09 | externals: Add CPR as a submodule. | bunnei | 1 | -0/+3 | |
2017-07-07 | Implement basic virtual Room support based on enet (#2803) | B3n30 | 1 | -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-27 | Add the fmt string formatting library | Yuri Kunde Schlesner | 1 | -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-13 | Core: add cryptopp library (#2412) | Weiyi Wang | 1 | -0/+3 | |
2016-12-15 | Externals: Add Xbyak | Yuri Kunde Schlesner | 1 | -0/+3 | |
2016-09-15 | dynarmic: Add new submodule. | bunnei | 1 | -10/+13 | |
2016-05-19 | tests: Infrastructure for unit tests | MerryMage | 1 | -0/+3 | |
2016-05-13 | gitmodules: citra-emu/soundtouch → citra-emu/ext-soundtouch | MerryMage | 1 | -1/+1 | |
2016-04-28 | Externals: Add soundtouch | MerryMage | 1 | -0/+3 | |
2015-04-24 | Rename git submodules, so they are more easily accessible from external tools. | Emmanuel Gil Peyrot | 1 | -3/+3 | |
2014-12-20 | Add nihstro (a 3DS shader tools suite) as a submodule. | Tony Wasserka | 1 | -0/+3 | |
2014-12-07 | externals: Add boost submodule. | Tony Wasserka | 1 | -0/+3 | |
2014-10-08 | Added configuration file system. | archshift | 1 | -0/+3 | |
Uses QSettings on citra-qt, and inih on citra-cli. |