summaryrefslogtreecommitdiff
path: root/src/common/logging
diff options
context:
space:
mode:
authorGravatar bunnei2017-10-23 00:13:12 -0400
committerGravatar bunnei2017-10-23 00:13:12 -0400
commit45db4bb3ea9e5a46db598eb99957bfd7d7a135f7 (patch)
tree638b55751be07e580ed4bc505c65ba27384e5927 /src/common/logging
parentnso: Load more common submodules. (diff)
downloadyuzu-45db4bb3ea9e5a46db598eb99957bfd7d7a135f7.tar.gz
yuzu-45db4bb3ea9e5a46db598eb99957bfd7d7a135f7.tar.xz
yuzu-45db4bb3ea9e5a46db598eb99957bfd7d7a135f7.zip
logging: Rename category "Core_ARM11" to "Core_ARM".
Diffstat (limited to 'src/common/logging')
-rw-r--r--src/common/logging/backend.cpp2
-rw-r--r--src/common/logging/log.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp
index dc10a7bc6..13f915a01 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -21,7 +21,7 @@ namespace Log {
21 SUB(Common, Filesystem) \ 21 SUB(Common, Filesystem) \
22 SUB(Common, Memory) \ 22 SUB(Common, Memory) \
23 CLS(Core) \ 23 CLS(Core) \
24 SUB(Core, ARM11) \ 24 SUB(Core, ARM) \
25 SUB(Core, Timing) \ 25 SUB(Core, Timing) \
26 CLS(Config) \ 26 CLS(Config) \
27 CLS(Debug) \ 27 CLS(Debug) \
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 8e4601d6c..35b5af3cb 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -37,7 +37,7 @@ enum class Class : ClassType {
37 Common_Filesystem, ///< Filesystem interface library 37 Common_Filesystem, ///< Filesystem interface library
38 Common_Memory, ///< Memory mapping and management functions 38 Common_Memory, ///< Memory mapping and management functions
39 Core, ///< LLE emulation core 39 Core, ///< LLE emulation core
40 Core_ARM11, ///< ARM11 CPU core 40 Core_ARM, ///< ARM CPU core
41 Core_Timing, ///< CoreTiming functions 41 Core_Timing, ///< CoreTiming functions
42 Config, ///< Emulator configuration (including commandline) 42 Config, ///< Emulator configuration (including commandline)
43 Debug, ///< Debugging tools 43 Debug, ///< Debugging tools