summaryrefslogtreecommitdiffstats
path: root/src/common/logging/types.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-12-08 08:31:44 +0100
committerGitHub <noreply@github.com>2021-12-08 08:31:44 +0100
commit5f7e73c74a4a15b7de907900e658b73ce37e743d (patch)
tree0d2eacb2472f9cd6638df461dc21be269a782bc7 /src/common/logging/types.h
parentMerge pull request #7521 from german77/dual_single_joycons (diff)
parentservice/notif: Add notif:a and stub ListAlarmSettings,Initialize (diff)
downloadyuzu-5f7e73c74a4a15b7de907900e658b73ce37e743d.tar
yuzu-5f7e73c74a4a15b7de907900e658b73ce37e743d.tar.gz
yuzu-5f7e73c74a4a15b7de907900e658b73ce37e743d.tar.bz2
yuzu-5f7e73c74a4a15b7de907900e658b73ce37e743d.tar.lz
yuzu-5f7e73c74a4a15b7de907900e658b73ce37e743d.tar.xz
yuzu-5f7e73c74a4a15b7de907900e658b73ce37e743d.tar.zst
yuzu-5f7e73c74a4a15b7de907900e658b73ce37e743d.zip
Diffstat (limited to '')
-rw-r--r--src/common/logging/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/types.h b/src/common/logging/types.h
index 2d21fc483..9ed0c7ad6 100644
--- a/src/common/logging/types.h
+++ b/src/common/logging/types.h
@@ -82,6 +82,7 @@ enum class Class : u8 {
Service_NGCT, ///< The NGCT (No Good Content for Terra) service
Service_NIFM, ///< The NIFM (Network interface) service
Service_NIM, ///< The NIM service
+ Service_NOTIF, ///< The NOTIF (Notification) service
Service_NPNS, ///< The NPNS service
Service_NS, ///< The NS services
Service_NVDRV, ///< The NVDRV (Nvidia driver) service