summaryrefslogtreecommitdiff
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/logging/log.h')
-rw-r--r--src/common/logging/log.h2
1 files changed, 1 insertions, 1 deletions
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