telemetry.h: Reword comment from citra to yuzu

This commit is contained in:
N00byKing 2018-03-26 21:39:30 +02:00 committed by N00byKing
parent 98f0352728
commit aa0f596a6e
1 changed files with 1 additions and 1 deletions

View File

@ -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.)