Commit Graph

70 Commits (b6e5a6bda8a71b4cc53aa0b6d4a45910ac04ac9e)

Author SHA1 Message Date
James Rowe ebf9a784a9 Massive removal of unused modules
bunnei 287485e3a7 boost: Update version.
bunnei 8e51c61dbc core: Gut out cryptop, since it doesn't compile with C++17.
bunnei 8be46f412e gitmodules: Fix to include lz4.
James 87dea94e14 Don't pull in entire JSON repo for single header file
Emmanuel Gil Peyrot 80b9a276ed .gitmodules: Make enet use the same convention as other submodules.
This makes it easier for packagers to preload all submodules.
bunnei 0f1ae781d0 externals: Add JSON as a submodule.
bunnei cc7583e036 externals: Add CPR as a submodule.
B3n30 2e37ce01c9 Implement basic virtual Room support based on enet ()
* 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
Yuri Kunde Schlesner a06220682c Add the fmt string formatting library
More info at http://fmtlib.net/

This commit was based on @jroweboy's work on his spdlog branch, but with
modifications.
Weiyi Wang dbc94efdb5 Core: add cryptopp library ()
Yuri Kunde Schlesner 17fccb8c5d Externals: Add Xbyak
bunnei 1ea1affe0a dynarmic: Add new submodule.
MerryMage a03f9b6fb6 tests: Infrastructure for unit tests
MerryMage 32b1d8ebb0 gitmodules: citra-emu/soundtouch → citra-emu/ext-soundtouch
MerryMage 27ce3b3f51 Externals: Add soundtouch
Emmanuel Gil Peyrot ff015a22e2 Rename git submodules, so they are more easily accessible from external tools.
Tony Wasserka 056a8f9dfa Add nihstro (a 3DS shader tools suite) as a submodule.
Tony Wasserka 2db294306f externals: Add boost submodule.
archshift e6594f9f53 Added configuration file system.
Uses QSettings on citra-qt, and inih on citra-cli.