diff options
author | David Marcec <dmarcecguzman@gmail.com> | 2018-04-22 19:02:18 -0700 |
---|---|---|
committer | David Marcec <dmarcecguzman@gmail.com> | 2018-04-22 19:02:18 -0700 |
commit | 27650499bc74ec642c253a84fcf7f1c7812fdcac (patch) | |
tree | 90d6fd8921ae0e319166f4d52ade2ed71237cfb3 /src/common | |
parent | df669bc540d0ffec4afd298fdeb7767c3a4ea242 (diff) |
GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/logging/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 45821850c..ade44d9c7 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -65,6 +65,7 @@ enum class Class : ClassType { Service_NS, ///< The NS services Service_NVDRV, ///< The NVDRV (Nvidia driver) service Service_PCTL, ///< The PCTL (Parental control) service + Service_PREPO, ///< The PREPO(Play report) service Service_SET, ///< The SET (Settings) service Service_SM, ///< The SM (Service manager) service Service_SPL, ///< The SPL service |