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/backend.cpp | |
| 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/backend.cpp')
| -rw-r--r-- | src/common/logging/backend.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 90dfa22ca..7859344b9 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -222,6 +222,7 @@ void DebuggerBackend::Write(const Entry& entry) { | |||
| 222 | SUB(Service, NPNS) \ | 222 | SUB(Service, NPNS) \ |
| 223 | SUB(Service, NS) \ | 223 | SUB(Service, NS) \ |
| 224 | SUB(Service, NVDRV) \ | 224 | SUB(Service, NVDRV) \ |
| 225 | SUB(Service, OLSC) \ | ||
| 225 | SUB(Service, PCIE) \ | 226 | SUB(Service, PCIE) \ |
| 226 | SUB(Service, PCTL) \ | 227 | SUB(Service, PCTL) \ |
| 227 | SUB(Service, PCV) \ | 228 | SUB(Service, PCV) \ |