Fix: Core_Memory logging and ARM_NCE Mutex logging
This commit is contained in:
parent
ee3d858935
commit
6565055865
4 changed files with 23 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue