diff options
| author | 2018-06-05 12:19:29 +0300 | |
|---|---|---|
| committer | 2018-06-05 12:19:29 +0300 | |
| commit | 7e3d746b06d68a7fbadf5b94ef62cad38482c000 (patch) | |
| tree | 0c8616b647938f063f4159b31e8d9cbdf333e855 /src/common/logging/backend.cpp | |
| parent | Merge pull request #518 from Subv/incomplete_shaders (diff) | |
| download | yuzu-7e3d746b06d68a7fbadf5b94ef62cad38482c000.tar.gz yuzu-7e3d746b06d68a7fbadf5b94ef62cad38482c000.tar.xz yuzu-7e3d746b06d68a7fbadf5b94ef62cad38482c000.zip | |
Service/MM: add service and stub some functions
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 3e31a74f2..c26b20062 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -41,6 +41,7 @@ namespace Log { | |||
| 41 | SUB(Service, FS) \ | 41 | SUB(Service, FS) \ |
| 42 | SUB(Service, HID) \ | 42 | SUB(Service, HID) \ |
| 43 | SUB(Service, LM) \ | 43 | SUB(Service, LM) \ |
| 44 | SUB(Service, MM) \ | ||
| 44 | SUB(Service, NFP) \ | 45 | SUB(Service, NFP) \ |
| 45 | SUB(Service, NIFM) \ | 46 | SUB(Service, NIFM) \ |
| 46 | SUB(Service, NS) \ | 47 | SUB(Service, NS) \ |