From 45db4bb3ea9e5a46db598eb99957bfd7d7a135f7 Mon Sep 17 00:00:00 2001 From: bunnei Date: Mon, 23 Oct 2017 00:13:12 -0400 Subject: logging: Rename category "Core_ARM11" to "Core_ARM". --- src/common/logging/backend.cpp | 2 +- src/common/logging/log.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/logging') 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 { SUB(Common, Filesystem) \ SUB(Common, Memory) \ CLS(Core) \ - SUB(Core, ARM11) \ + SUB(Core, ARM) \ SUB(Core, Timing) \ CLS(Config) \ 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 { Common_Filesystem, ///< Filesystem interface library Common_Memory, ///< Memory mapping and management functions Core, ///< LLE emulation core - Core_ARM11, ///< ARM11 CPU core + Core_ARM, ///< ARM CPU core Core_Timing, ///< CoreTiming functions Config, ///< Emulator configuration (including commandline) Debug, ///< Debugging tools -- cgit v1.2.3