From 6565055865688ba316801d99a3c3a5a0300cad5d Mon Sep 17 00:00:00 2001 From: CamilleLaVey Date: Wed, 5 Mar 2025 00:25:31 -0400 Subject: Fix: Core_Memory logging and ARM_NCE Mutex logging --- src/common/logging/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/logging') diff --git a/src/common/logging/types.h b/src/common/logging/types.h index 9e2f42c5d..b6960afa3 100644 --- a/src/common/logging/types.h +++ b/src/common/logging/types.h @@ -36,6 +36,7 @@ enum class Class : u8 { Core, ///< LLE emulation core Core_ARM, ///< ARM CPU core Core_Timing, ///< CoreTiming functions + Core_Memory, ///< Core memory functions Config, ///< Emulator configuration (including commandline) Debug, ///< Debugging tools Debug_Emulated, ///< Debug messages from the emulated programs -- cgit v1.2.3