diff options
| author | 2016-10-02 15:45:58 +0800 | |
|---|---|---|
| committer | 2016-10-02 17:36:57 +0800 | |
| commit | bd8c80a7b4836702f889c1e215599f558ed89c82 (patch) | |
| tree | fa1019fe1e8e6c091c822a5f0b473d6adb382fa5 /src/common/logging/log.h | |
| parent | Merge pull request #2083 from yuriks/opengl-scissor-cached-rect (diff) | |
| download | yuzu-bd8c80a7b4836702f889c1e215599f558ed89c82.tar.gz yuzu-bd8c80a7b4836702f889c1e215599f558ed89c82.tar.xz yuzu-bd8c80a7b4836702f889c1e215599f558ed89c82.zip | |
Update the stub code of BOSS
Diffstat (limited to 'src/common/logging/log.h')
| -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 a4b4750de..8d3a2d03e 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h | |||
| @@ -54,6 +54,7 @@ enum class Class : ClassType { | |||
| 54 | Service_FS, ///< The FS (Filesystem) service implementation | 54 | Service_FS, ///< The FS (Filesystem) service implementation |
| 55 | Service_ERR, ///< The ERR (Error) port implementation | 55 | Service_ERR, ///< The ERR (Error) port implementation |
| 56 | Service_APT, ///< The APT (Applets) service | 56 | Service_APT, ///< The APT (Applets) service |
| 57 | Service_BOSS, ///< The BOSS (SpotPass) service | ||
| 57 | Service_GSP, ///< The GSP (GPU control) service | 58 | Service_GSP, ///< The GSP (GPU control) service |
| 58 | Service_AC, ///< The AC (WiFi status) service | 59 | Service_AC, ///< The AC (WiFi status) service |
| 59 | Service_AM, ///< The AM (Application manager) service | 60 | Service_AM, ///< The AM (Application manager) service |