diff options
author | bunnei <bunneidev@gmail.com> | 2018-02-20 10:44:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-20 10:44:55 -0500 |
commit | 587f22b610115d18f1631bcd502d268b6ac5b021 (patch) | |
tree | 742a7dce5c5ad73d64653ebd964d2056d651ef6c /src/common/logging/log.h | |
parent | 23fe6f5be33ecf329a95c6b0e5f7e4c75917cef9 (diff) | |
parent | 678574972ad9ad9e018810663aee122bd6b00234 (diff) |
Merge pull request #205 from bunnei/more-puyo-stubs
Stub several friend:a and acc:u0 service functions
Diffstat (limited to 'src/common/logging/log.h')
-rw-r--r-- | src/common/logging/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 69472ef1a..18a87f1c7 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -53,6 +53,7 @@ enum class Class : ClassType { Service_AM, ///< The AM (Applet manager) service Service_APM, ///< The APM (Performance) service Service_Audio, ///< The Audio (Audio control) service + Service_Friend, ///< The friend service Service_FS, ///< The FS (Filesystem) service Service_HID, ///< The HID (Human interface device) service Service_LM, ///< The LM (Logger) service |