diff options
| author | 2018-07-31 07:20:42 -0400 | |
|---|---|---|
| committer | 2018-07-31 08:01:19 -0400 | |
| commit | 268eeeb4065559ace6d4671a364210336006cd21 (patch) | |
| tree | 686ddce37955e95b599d351fccb631b1aff8ada4 /src/common/logging/backend.cpp | |
| parent | Merge pull request #855 from bunnei/cubeb (diff) | |
| download | yuzu-268eeeb4065559ace6d4671a364210336006cd21.tar.gz yuzu-268eeeb4065559ace6d4671a364210336006cd21.tar.xz yuzu-268eeeb4065559ace6d4671a364210336006cd21.zip | |
service: Add fgm services
Adds the basic skeleton for the fgm services based off the information
provided by Switch Brew.
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 55de535c0..01dd052c4 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -171,6 +171,7 @@ void FileBackend::Write(const Entry& entry) { | |||
| 171 | SUB(Service, BCAT) \ | 171 | SUB(Service, BCAT) \ |
| 172 | SUB(Service, BTM) \ | 172 | SUB(Service, BTM) \ |
| 173 | SUB(Service, Fatal) \ | 173 | SUB(Service, Fatal) \ |
| 174 | SUB(Service, FGM) \ | ||
| 174 | SUB(Service, Friend) \ | 175 | SUB(Service, Friend) \ |
| 175 | SUB(Service, FS) \ | 176 | SUB(Service, FS) \ |
| 176 | SUB(Service, HID) \ | 177 | SUB(Service, HID) \ |