diff options
Diffstat (limited to 'src/common/logging')
| -rw-r--r-- | src/common/logging/backend.cpp | 1 | ||||
| -rw-r--r-- | src/common/logging/log.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 0f0354821..737e1d57f 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -63,6 +63,7 @@ namespace Log { | |||
| 63 | SUB(HW, Memory) \ | 63 | SUB(HW, Memory) \ |
| 64 | SUB(HW, LCD) \ | 64 | SUB(HW, LCD) \ |
| 65 | SUB(HW, GPU) \ | 65 | SUB(HW, GPU) \ |
| 66 | SUB(HW, AES) \ | ||
| 66 | CLS(Frontend) \ | 67 | CLS(Frontend) \ |
| 67 | CLS(Render) \ | 68 | CLS(Render) \ |
| 68 | SUB(Render, Software) \ | 69 | SUB(Render, Software) \ |
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index f0ec922d2..4b0f8ff03 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h | |||
| @@ -80,6 +80,7 @@ enum class Class : ClassType { | |||
| 80 | HW_Memory, ///< Memory-map and address translation | 80 | HW_Memory, ///< Memory-map and address translation |
| 81 | HW_LCD, ///< LCD register emulation | 81 | HW_LCD, ///< LCD register emulation |
| 82 | HW_GPU, ///< GPU control emulation | 82 | HW_GPU, ///< GPU control emulation |
| 83 | HW_AES, ///< AES engine emulation | ||
| 83 | Frontend, ///< Emulator UI | 84 | Frontend, ///< Emulator UI |
| 84 | Render, ///< Emulator video output and hardware acceleration | 85 | Render, ///< Emulator video output and hardware acceleration |
| 85 | Render_Software, ///< Software renderer backend | 86 | Render_Software, ///< Software renderer backend |