diff options
| author | 2018-02-20 10:27:32 +0300 | |
|---|---|---|
| committer | 2018-02-20 10:30:12 +0300 | |
| commit | 46931a95660e73acf971a26bb7f341af6e40d4c8 (patch) | |
| tree | f1bed354e38edb1732f321ad471d7fe80a2cbefa /src/common/logging/backend.cpp | |
| parent | Merge pull request #202 from bunnei/scheduler-cleanup (diff) | |
| download | yuzu-46931a95660e73acf971a26bb7f341af6e40d4c8.tar.gz yuzu-46931a95660e73acf971a26bb7f341af6e40d4c8.tar.xz yuzu-46931a95660e73acf971a26bb7f341af6e40d4c8.zip | |
Service/AOC: stub ListAddOnContent function
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 8274b2388..3a9a15a36 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -35,6 +35,7 @@ namespace Log { | |||
| 35 | SUB(Service, ACC) \ | 35 | SUB(Service, ACC) \ |
| 36 | SUB(Service, Audio) \ | 36 | SUB(Service, Audio) \ |
| 37 | SUB(Service, AM) \ | 37 | SUB(Service, AM) \ |
| 38 | SUB(Service, AOC) \ | ||
| 38 | SUB(Service, APM) \ | 39 | SUB(Service, APM) \ |
| 39 | SUB(Service, FS) \ | 40 | SUB(Service, FS) \ |
| 40 | SUB(Service, HID) \ | 41 | SUB(Service, HID) \ |