From 960a1416de3780e91855d9389c4534acf8c061df Mon Sep 17 00:00:00 2001 From: bunnei Date: Sat, 14 Oct 2017 22:18:42 -0400 Subject: hle: Initial implementation of NX service framework and IPC. --- src/common/logging/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/logging/log.h') diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 2ebd8911c..8e4601d6c 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -49,7 +49,7 @@ enum class Class : ClassType { Kernel_SVC, ///< Kernel system calls Service, ///< HLE implementation of system services. Each major service /// should have its own subclass. - Service_SRV, ///< The SRV (Service Directory) implementation + Service_SM, ///< The SRV (Service Directory) implementation Service_FS, ///< The FS (Filesystem) service implementation Service_GSP, ///< The GSP (GPU control) service Service_CFG, ///< The CFG (Configuration) service -- cgit v1.2.3