1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-10 00:06:32 -05:00

service: Add arp services

Adds the basic skeleton of the arp services based off the information
provided by Switch Brew.
This commit is contained in:
Lioncash
2018-08-04 17:54:54 -04:00
parent 2b06301dbf
commit de72956181
6 changed files with 97 additions and 0 deletions

View File

@@ -168,6 +168,7 @@ void FileBackend::Write(const Entry& entry) {
SUB(Service, AM) \
SUB(Service, AOC) \
SUB(Service, APM) \
SUB(Service, ARP) \
SUB(Service, BCAT) \
SUB(Service, BPC) \
SUB(Service, BTM) \