diff options
author | Lioncash <mathew1800@gmail.com> | 2018-07-31 07:20:42 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-07-31 08:01:19 -0400 |
commit | 268eeeb4065559ace6d4671a364210336006cd21 (patch) | |
tree | 686ddce37955e95b599d351fccb631b1aff8ada4 /src/common/logging/log.h | |
parent | bf9c62bc76a2296c1a81cfc1b83aaf4028578901 (diff) |
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/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 e8d98de997..475493dd25 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -58,6 +58,7 @@ enum class Class : ClassType { Service_BCAT, ///< The BCAT service Service_BTM, ///< The BTM service Service_Fatal, ///< The Fatal service + Service_FGM, ///< The FGM service Service_Friend, ///< The friend service Service_FS, ///< The FS (Filesystem) service Service_HID, ///< The HID (Human interface device) service |