diff options
author | bunnei <bunneidev@gmail.com> | 2020-11-20 14:06:37 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-20 14:06:37 -0800 |
commit | c47c3d723f5b33c608ee6bf7d766b513d453a66f (patch) | |
tree | 8d2c5ff2c0dfcf77cab2145f7474dcfb114ff806 /src/common/logging/log.h | |
parent | 715f0c3b0ccb027fb48707c28718d2b0fb62d234 (diff) | |
parent | 3794c911450761db51fe848aa42eeeded2d78018 (diff) |
Merge pull request #4951 from bunnei/olsc-stub
hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functions.
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 13a4f1e30..835894918 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -95,6 +95,7 @@ enum class Class : ClassType { Service_NPNS, ///< The NPNS service Service_NS, ///< The NS services Service_NVDRV, ///< The NVDRV (Nvidia driver) service + Service_OLSC, ///< The OLSC service Service_PCIE, ///< The PCIe service Service_PCTL, ///< The PCTL (Parental control) service Service_PCV, ///< The PCV service |