diff options
author | bunnei <bunneidev@gmail.com> | 2018-07-31 18:23:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-31 18:23:17 +0200 |
commit | fd020ad52ae3dc511527b0f26aab198484dac2dc (patch) | |
tree | 5f54d9c8cec615080d762d239bf2756eeffa74f1 /src/common/logging/log.h | |
parent | Merge pull request #874 from lioncash/am (diff) | |
parent | service: Add fgm services (diff) | |
download | yuzu-fd020ad52ae3dc511527b0f26aab198484dac2dc.tar yuzu-fd020ad52ae3dc511527b0f26aab198484dac2dc.tar.gz yuzu-fd020ad52ae3dc511527b0f26aab198484dac2dc.tar.bz2 yuzu-fd020ad52ae3dc511527b0f26aab198484dac2dc.tar.lz yuzu-fd020ad52ae3dc511527b0f26aab198484dac2dc.tar.xz yuzu-fd020ad52ae3dc511527b0f26aab198484dac2dc.tar.zst yuzu-fd020ad52ae3dc511527b0f26aab198484dac2dc.zip |
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 e770f660b..140cd8e47 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 |