Commit Graph

23 Commits (a483e5e28de936e5eab81c1b9d66faf7b738f612)

Author SHA1 Message Date
David a483e5e28d Implemented various hwopus functions (#853) 7 years ago
N00byKing 3cdf6c536d Use HTTPS for Submodule lz4 7 years ago
James Rowe e026b66bbb Build: Add unicorn as a submodule and build it if needed
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.
7 years ago
James Rowe ebf9a784a9 Massive removal of unused modules 7 years ago
bunnei 287485e3a7 boost: Update version. 7 years ago
bunnei 8e51c61dbc core: Gut out cryptop, since it doesn't compile with C++17. 7 years ago
bunnei 8be46f412e gitmodules: Fix to include lz4. 7 years ago
James 87dea94e14 Don't pull in entire JSON repo for single header file 8 years ago
Emmanuel Gil Peyrot 80b9a276ed .gitmodules: Make enet use the same convention as other submodules.
This makes it easier for packagers to preload all submodules.
8 years ago
bunnei 0f1ae781d0 externals: Add JSON as a submodule. 8 years ago
bunnei cc7583e036 externals: Add CPR as a submodule. 8 years ago
B3n30 2e37ce01c9 Implement basic virtual Room support based on enet (#2803)
* 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
8 years ago
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.
8 years ago
Weiyi Wang dbc94efdb5 Core: add cryptopp library (#2412) 8 years ago
Yuri Kunde Schlesner 17fccb8c5d Externals: Add Xbyak 8 years ago
bunnei 1ea1affe0a dynarmic: Add new submodule. 8 years ago
MerryMage a03f9b6fb6 tests: Infrastructure for unit tests 9 years ago
MerryMage 32b1d8ebb0 gitmodules: citra-emu/soundtouch → citra-emu/ext-soundtouch 9 years ago
MerryMage 27ce3b3f51 Externals: Add soundtouch 9 years ago
Emmanuel Gil Peyrot ff015a22e2 Rename git submodules, so they are more easily accessible from external tools. 10 years ago
Tony Wasserka 056a8f9dfa Add nihstro (a 3DS shader tools suite) as a submodule. 10 years ago
Tony Wasserka 2db294306f externals: Add boost submodule. 10 years ago
archshift e6594f9f53 Added configuration file system.
Uses QSettings on citra-qt, and inih on citra-cli.
10 years ago