diff options
author | Lioncash <mathew1800@gmail.com> | 2020-08-18 20:21:50 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-08-18 21:08:32 +0200 |
commit | f6bb905182b31a4ee4ccffe7d56b8743cf0ca3b4 (patch) | |
tree | 6ba40b5d404c76f1f8be55f0e592afab83ab6563 /src/common/telemetry.h | |
parent | Merge pull request #4381 from Morph1984/fix-open-folder-installed-title (diff) | |
download | yuzu-f6bb905182b31a4ee4ccffe7d56b8743cf0ca3b4.tar yuzu-f6bb905182b31a4ee4ccffe7d56b8743cf0ca3b4.tar.gz yuzu-f6bb905182b31a4ee4ccffe7d56b8743cf0ca3b4.tar.bz2 yuzu-f6bb905182b31a4ee4ccffe7d56b8743cf0ca3b4.tar.lz yuzu-f6bb905182b31a4ee4ccffe7d56b8743cf0ca3b4.tar.xz yuzu-f6bb905182b31a4ee4ccffe7d56b8743cf0ca3b4.tar.zst yuzu-f6bb905182b31a4ee4ccffe7d56b8743cf0ca3b4.zip |
Diffstat (limited to 'src/common/telemetry.h')
-rw-r--r-- | src/common/telemetry.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/telemetry.h b/src/common/telemetry.h index 4aa299f9a..a50c5d1de 100644 --- a/src/common/telemetry.h +++ b/src/common/telemetry.h @@ -10,7 +10,7 @@ #include <string> #include "common/common_types.h" -namespace Telemetry { +namespace Common::Telemetry { /// Field type, used for grouping fields together in the final submitted telemetry log enum class FieldType : u8 { @@ -196,4 +196,4 @@ void AppendCPUInfo(FieldCollection& fc); /// such as platform name, etc. void AppendOSInfo(FieldCollection& fc); -} // namespace Telemetry +} // namespace Common::Telemetry |