summaryrefslogtreecommitdiffstats
path: root/src/common/logging
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-08-29 05:03:29 +0200
committerGitHub <noreply@github.com>2021-08-29 05:03:29 +0200
commit7d2265b6a8c7272710caa69bfa0950c9e6c2c761 (patch)
tree7786e07746f1f6432a98157fa1fb825d57fb2eb7 /src/common/logging
parentMerge pull request #6929 from yuzu-emu/revert-6870-trace-back-stack-back-stack-back (diff)
parentngct: Stub NGCT:U service (diff)
downloadyuzu-7d2265b6a8c7272710caa69bfa0950c9e6c2c761.tar
yuzu-7d2265b6a8c7272710caa69bfa0950c9e6c2c761.tar.gz
yuzu-7d2265b6a8c7272710caa69bfa0950c9e6c2c761.tar.bz2
yuzu-7d2265b6a8c7272710caa69bfa0950c9e6c2c761.tar.lz
yuzu-7d2265b6a8c7272710caa69bfa0950c9e6c2c761.tar.xz
yuzu-7d2265b6a8c7272710caa69bfa0950c9e6c2c761.tar.zst
yuzu-7d2265b6a8c7272710caa69bfa0950c9e6c2c761.zip
Diffstat (limited to 'src/common/logging')
-rw-r--r--src/common/logging/filter.cpp1
-rw-r--r--src/common/logging/types.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/filter.cpp b/src/common/logging/filter.cpp
index f055f0e11..42744c994 100644
--- a/src/common/logging/filter.cpp
+++ b/src/common/logging/filter.cpp
@@ -111,6 +111,7 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) {
SUB(Service, NCM) \
SUB(Service, NFC) \
SUB(Service, NFP) \
+ SUB(Service, NGCT) \
SUB(Service, NIFM) \
SUB(Service, NIM) \
SUB(Service, NPNS) \
diff --git a/src/common/logging/types.h b/src/common/logging/types.h
index 7ad0334fc..ddf9d27ca 100644
--- a/src/common/logging/types.h
+++ b/src/common/logging/types.h
@@ -81,6 +81,7 @@ enum class Class : u8 {
Service_NCM, ///< The NCM service
Service_NFC, ///< The NFC (Near-field communication) service
Service_NFP, ///< The NFP service
+ Service_NGCT, ///< The NGCT (No Good Content for Terra) service
Service_NIFM, ///< The NIFM (Network interface) service
Service_NIM, ///< The NIM service
Service_NPNS, ///< The NPNS service