diff options
| author | 2018-04-22 19:02:18 -0700 | |
|---|---|---|
| committer | 2018-04-22 19:02:18 -0700 | |
| commit | 27650499bc74ec642c253a84fcf7f1c7812fdcac (patch) | |
| tree | 90d6fd8921ae0e319166f4d52ade2ed71237cfb3 /src/common/logging | |
| parent | lioncash proposed changes (diff) | |
| download | yuzu-27650499bc74ec642c253a84fcf7f1c7812fdcac.tar.gz yuzu-27650499bc74ec642c253a84fcf7f1c7812fdcac.tar.xz yuzu-27650499bc74ec642c253a84fcf7f1c7812fdcac.zip | |
GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.
Diffstat (limited to 'src/common/logging')
| -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 { | |||
| 65 | Service_NS, ///< The NS services | 65 | Service_NS, ///< The NS services |
| 66 | Service_NVDRV, ///< The NVDRV (Nvidia driver) service | 66 | Service_NVDRV, ///< The NVDRV (Nvidia driver) service |
| 67 | Service_PCTL, ///< The PCTL (Parental control) service | 67 | Service_PCTL, ///< The PCTL (Parental control) service |
| 68 | Service_PREPO, ///< The PREPO(Play report) service | ||
| 68 | Service_SET, ///< The SET (Settings) service | 69 | Service_SET, ///< The SET (Settings) service |
| 69 | Service_SM, ///< The SM (Service manager) service | 70 | Service_SM, ///< The SM (Service manager) service |
| 70 | Service_SPL, ///< The SPL service | 71 | Service_SPL, ///< The SPL service |