summaryrefslogtreecommitdiffstats
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-07-31 18:23:17 +0200
committerGitHub <noreply@github.com>2018-07-31 18:23:17 +0200
commitfd020ad52ae3dc511527b0f26aab198484dac2dc (patch)
tree5f54d9c8cec615080d762d239bf2756eeffa74f1 /src/common/logging/log.h
parentMerge pull request #874 from lioncash/am (diff)
parentservice: Add fgm services (diff)
downloadyuzu-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.h1
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