citra-canary/src
Lioncash 52fe6daa53 common/telemetry: Migrate core-independent info gathering to common
Previously core itself was the library containing the code to gather
common information (build info, CPU info, and OS info), however all of
this isn't core-dependent and can be moved to the common code and use
the common interfaces. We can then just call those functions from the
core instead.

This will allow replacing our CPU detection with Xbyak's which has
better detection facilities than ours. It also keeps more
architecture-dependent code in common instead of core.
2021-01-04 04:25:03 +01:00
..
android Update Gradle 2020-12-29 13:29:02 -06:00
audio_core Merge generic part of Android microphone changes (#5624) 2020-12-30 19:21:03 -05:00
citra Fix fmt crash from deprecated percent specifier (#5616) 2020-11-22 20:55:45 -05:00
citra_qt Automatic Controller Binding (#5100) 2021-01-01 10:01:07 +01:00
common common/telemetry: Migrate core-independent info gathering to common 2021-01-04 04:25:03 +01:00
core common/telemetry: Migrate core-independent info gathering to common 2021-01-04 04:25:03 +01:00
dedicated_room Fix: fatal error CVT1100 when compiling manifest file (#5322) 2020-06-20 13:50:33 -05:00
input_common Look at direction of analog axis travel instead of instantaneous sample (#5509) 2021-01-02 21:09:26 -05:00
network Merge branch 'master' into feature/savestates-2 2020-04-16 19:03:49 +01:00
tests tests: Fix warning about comparison between signed and unsigned (#5632) 2020-12-05 22:20:50 +01:00
video_core Use alternate-form formatting for floats after fmt 7.1.2 update (#5654) 2020-12-28 18:32:36 -05:00
web_service HTTP_C::Implement Context::MakeRequest (#4754) 2020-02-21 19:04:04 +01:00
.clang-format add java to .clang-format 2019-02-22 16:29:19 -06:00
CMakeLists.txt Use GitHub Actions as CI service (#5602) 2020-11-12 06:21:35 +01:00