citra/src
Lioncash 6fb6737642 core/CMakeLists: Make all web_service-related libraries private
Now that all external dependencies are hidden, we can remove
json-headers from the publically linked libraries, as the use of this
library is now completely hidden from external users of the web_service
library. We can also make the web_services library private as well,
considering it's not a requirement. If a library needs to link in
web_service, it should be done explicitly -- not via indirect linking.
2018-10-23 15:43:40 +02:00
..
audio_core Logging: Change the TimeStretch::Process log from debug to trace level. 2018-10-06 16:55:05 +02:00
citra Review comments - part 3 2018-10-20 10:35:55 -04:00
citra_qt Merge pull request #4315 from FearlessTobi/port-1332 2018-10-20 18:05:06 -04:00
common Merge pull request #4336 from wwylele/file-util-mingw 2018-10-21 20:34:48 -04:00
core core/CMakeLists: Make all web_service-related libraries private 2018-10-23 15:43:40 +02:00
dedicated_room web_service: stop using std::future + callback style async 2018-09-13 16:14:34 -04:00
input_common Merge pull request #4193 from B3n30/controller5 2018-10-17 10:49:21 -04:00
network Merge pull request #4191 from valentinvanelslande/minor-fix 2018-09-08 10:05:33 +08:00
tests Kernel: pass ref to session pair 2018-10-18 21:41:36 -04:00
video_core Handle cases when std::optional does not contain a value 2018-10-05 16:51:33 +02:00
web_service web_backend: Make Client use the PImpl idiom 2018-10-23 15:42:22 +02:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Network: Added an executable to host an dedicated room for local wifi 2018-03-09 19:11:32 +01:00