summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorN00byKing <N00byKing@users.noreply.github.com>2018-03-26 21:39:30 +0200
committerN00byKing <N00byKing@hotmail.de>2018-03-27 11:16:59 +0200
commitaa0f596a6e50213adad886fc0ee6886b9a0b9a64 (patch)
treea6abd58e8ef59a9287d38522e841c27f322a5ef0
parenttelemetry_session.h: Reword Documentation Comment from citra to yuzu (diff)
downloadyuzu-aa0f596a6e50213adad886fc0ee6886b9a0b9a64.tar
yuzu-aa0f596a6e50213adad886fc0ee6886b9a0b9a64.tar.gz
yuzu-aa0f596a6e50213adad886fc0ee6886b9a0b9a64.tar.bz2
yuzu-aa0f596a6e50213adad886fc0ee6886b9a0b9a64.tar.lz
yuzu-aa0f596a6e50213adad886fc0ee6886b9a0b9a64.tar.xz
yuzu-aa0f596a6e50213adad886fc0ee6886b9a0b9a64.tar.zst
yuzu-aa0f596a6e50213adad886fc0ee6886b9a0b9a64.zip
-rw-r--r--src/common/telemetry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/telemetry.h b/src/common/telemetry.h
index 3694c76f2..7a09df0a7 100644
--- a/src/common/telemetry.h
+++ b/src/common/telemetry.h
@@ -15,7 +15,7 @@ namespace Telemetry {
/// Field type, used for grouping fields together in the final submitted telemetry log
enum class FieldType : u8 {
None = 0, ///< No specified field group
- App, ///< Citra application fields (e.g. version, branch, etc.)
+ App, ///< yuzu application fields (e.g. version, branch, etc.)
Session, ///< Emulated session fields (e.g. title ID, log, etc.)
Performance, ///< Emulated performance (e.g. fps, emulated CPU speed, etc.)
UserFeedback, ///< User submitted feedback (e.g. star rating, user notes, etc.)