service: Add capture services

Adds the basic skeleton for the capture services based off information
provided by Switch Brew.
This commit is contained in:
Lioncash 2018-08-01 16:24:03 -04:00
parent c3e8702d4f
commit a267a3cc08
6 changed files with 173 additions and 0 deletions

View file

@ -170,6 +170,7 @@ void FileBackend::Write(const Entry& entry) {
SUB(Service, APM) \
SUB(Service, BCAT) \
SUB(Service, BTM) \
SUB(Service, Capture) \
SUB(Service, Fatal) \
SUB(Service, FGM) \
SUB(Service, Friend) \