diff options
| author | CamilleLaVey <camillelavey@citron-emu.org> | 2025-03-05 01:31:22 -0400 | 
|---|---|---|
| committer | CamilleLaVey <camillelavey@citron-emu.org> | 2025-03-05 01:31:22 -0400 | 
| commit | 90a8165f7740702c5bc9c57a997bb67d229002aa (patch) | |
| tree | e16db5a070d89ab46a697abdc7fe7d5fb8b0b446 | |
| parent | 6565055865688ba316801d99a3c3a5a0300cad5d (diff) | |
Added: Core_Memory to filter logging class
| -rw-r--r-- | src/common/logging/filter.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/filter.cpp b/src/common/logging/filter.cpp index 4e3a614a4..02e0388b6 100644 --- a/src/common/logging/filter.cpp +++ b/src/common/logging/filter.cpp @@ -68,6 +68,7 @@ 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)                                                                                     \  | 
