diff options
Diffstat (limited to 'src/common/logging/log.h')
| -rw-r--r-- | src/common/logging/log.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 2d9323a7b..ec7bb00b8 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h | |||
| @@ -73,6 +73,8 @@ enum class Class : ClassType { | |||
| 73 | Render, ///< Emulator video output and hardware acceleration | 73 | Render, ///< Emulator video output and hardware acceleration |
| 74 | Render_Software, ///< Software renderer backend | 74 | Render_Software, ///< Software renderer backend |
| 75 | Render_OpenGL, ///< OpenGL backend | 75 | Render_OpenGL, ///< OpenGL backend |
| 76 | Audio, ///< Emulator audio output | ||
| 77 | Audio_DSP, ///< The HLE implementation of the DSP | ||
| 76 | Loader, ///< ROM loader | 78 | Loader, ///< ROM loader |
| 77 | 79 | ||
| 78 | Count ///< Total number of logging classes | 80 | Count ///< Total number of logging classes |