Fix: Core_Memory logging and ARM_NCE Mutex logging

This commit is contained in:
CamilleLaVey 2025-03-05 00:25:31 -04:00
parent ee3d858935
commit 6565055865
4 changed files with 23 additions and 13 deletions

View file

@ -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