diff options
author | Zephyron <zephyron@citron-emu.org> | 2025-03-06 06:42:30 +0000 |
---|---|---|
committer | Zephyron <zephyron@citron-emu.org> | 2025-03-06 06:42:30 +0000 |
commit | 0d0963d32ff11a487a4402dfd395c6d08afac6d6 (patch) | |
tree | dc5221234a3bdecb1bf7cc6841ecdd2bbfd0c44c | |
parent | 4491127f52e35a668b76fbde8bd53d014c3891b1 (diff) |
revert 90a8165f7740702c5bc9c57a997bb67d229002aa
revert Added: Core_Memory to filter logging class
-rw-r--r-- | src/common/logging/filter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/logging/filter.cpp b/src/common/logging/filter.cpp index 02e0388b6..4e3a614a4 100644 --- a/src/common/logging/filter.cpp +++ b/src/common/logging/filter.cpp @@ -68,7 +68,6 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) { SUB(Common, Memory) \ CLS(Core) \ SUB(Core, ARM) \ - SUB(Core, Memory) \ SUB(Core, Timing) \ CLS(Config) \ CLS(Debug) \ |