diff options
| author | 2020-11-19 12:35:07 -0800 | |
|---|---|---|
| committer | 2020-11-19 12:36:09 -0800 | |
| commit | 6e3767648253b2162b86ecdca6fcbc31e9471595 (patch) | |
| tree | 3b98d130e9cd4fbcee6b7e4ebca8532927562531 /src/common/logging/log.h | |
| parent | Merge pull request #4936 from lioncash/page (diff) | |
| download | yuzu-6e3767648253b2162b86ecdca6fcbc31e9471595.tar.gz yuzu-6e3767648253b2162b86ecdca6fcbc31e9471595.tar.xz yuzu-6e3767648253b2162b86ecdca6fcbc31e9471595.zip | |
hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functions.
- Used by Animal Cross: New Horizons v1.6.0 update, minimal stub gets this update working.
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 { | |||
| 95 | Service_NPNS, ///< The NPNS service | 95 | Service_NPNS, ///< The NPNS service |
| 96 | Service_NS, ///< The NS services | 96 | Service_NS, ///< The NS services |
| 97 | Service_NVDRV, ///< The NVDRV (Nvidia driver) service | 97 | Service_NVDRV, ///< The NVDRV (Nvidia driver) service |
| 98 | Service_OLSC, ///< The OLSC service | ||
| 98 | Service_PCIE, ///< The PCIe service | 99 | Service_PCIE, ///< The PCIe service |
| 99 | Service_PCTL, ///< The PCTL (Parental control) service | 100 | Service_PCTL, ///< The PCTL (Parental control) service |
| 100 | Service_PCV, ///< The PCV service | 101 | Service_PCV, ///< The PCV service |