diff options
| author | 2018-08-01 16:24:03 -0400 | |
|---|---|---|
| committer | 2018-08-01 16:45:51 -0400 | |
| commit | e39294c2678af19003b692e66f32956f7f546279 (patch) | |
| tree | e3c7e8dc5e5303a3439227f11d7f64cf88e72329 /src/common/logging/backend.cpp | |
| parent | Merge pull request #885 from greggameplayer/R32-Float (diff) | |
| download | yuzu-e39294c2678af19003b692e66f32956f7f546279.tar.gz yuzu-e39294c2678af19003b692e66f32956f7f546279.tar.xz yuzu-e39294c2678af19003b692e66f32956f7f546279.zip | |
service: Add capture services
Adds the basic skeleton for the capture services based off 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 d86c40d26..8f9cb4d7b 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -170,6 +170,7 @@ void FileBackend::Write(const Entry& entry) { | |||
| 170 | SUB(Service, APM) \ | 170 | SUB(Service, APM) \ |
| 171 | SUB(Service, BCAT) \ | 171 | SUB(Service, BCAT) \ |
| 172 | SUB(Service, BTM) \ | 172 | SUB(Service, BTM) \ |
| 173 | SUB(Service, Capture) \ | ||
| 173 | SUB(Service, Fatal) \ | 174 | SUB(Service, Fatal) \ |
| 174 | SUB(Service, FGM) \ | 175 | SUB(Service, FGM) \ |
| 175 | SUB(Service, Friend) \ | 176 | SUB(Service, Friend) \ |