summaryrefslogtreecommitdiffstats
path: root/src/common/logging/filter.cpp
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-09-14 15:24:46 +0200
committerGitHub <noreply@github.com>2023-09-14 15:24:46 +0200
commit04352a9aef52fde375950df8577debbb896c2ae1 (patch)
tree9594ac76bca93b802fb17af6a108eb81b330d0b0 /src/common/logging/filter.cpp
parentMerge pull request #11479 from Kelebek1/check_all_fbs (diff)
parentngc: implement service (diff)
downloadyuzu-04352a9aef52fde375950df8577debbb896c2ae1.tar
yuzu-04352a9aef52fde375950df8577debbb896c2ae1.tar.gz
yuzu-04352a9aef52fde375950df8577debbb896c2ae1.tar.bz2
yuzu-04352a9aef52fde375950df8577debbb896c2ae1.tar.lz
yuzu-04352a9aef52fde375950df8577debbb896c2ae1.tar.xz
yuzu-04352a9aef52fde375950df8577debbb896c2ae1.tar.zst
yuzu-04352a9aef52fde375950df8577debbb896c2ae1.zip
Diffstat (limited to 'src/common/logging/filter.cpp')
-rw-r--r--src/common/logging/filter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/logging/filter.cpp b/src/common/logging/filter.cpp
index c95909561..4e3a614a4 100644
--- a/src/common/logging/filter.cpp
+++ b/src/common/logging/filter.cpp
@@ -112,7 +112,7 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) {
SUB(Service, NCM) \
SUB(Service, NFC) \
SUB(Service, NFP) \
- SUB(Service, NGCT) \
+ SUB(Service, NGC) \
SUB(Service, NIFM) \
SUB(Service, NIM) \
SUB(Service, NOTIF) \