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 a03179520..1111cfbad 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -255,6 +255,7 @@ void DebuggerBackend::Write(const Entry& entry) { | |||
| 255 | CLS(Input) \ | 255 | CLS(Input) \ |
| 256 | CLS(Network) \ | 256 | CLS(Network) \ |
| 257 | CLS(Loader) \ | 257 | CLS(Loader) \ |
| 258 | CLS(CheatEngine) \ | ||
| 258 | CLS(Crypto) \ | 259 | CLS(Crypto) \ |
| 259 | CLS(WebService) | 260 | CLS(WebService) |
| 260 | 261 | ||
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 8ed6d5050..259708116 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h | |||
| @@ -117,6 +117,7 @@ enum class Class : ClassType { | |||
| 117 | Audio_DSP, ///< The HLE implementation of the DSP | 117 | Audio_DSP, ///< The HLE implementation of the DSP |
| 118 | Audio_Sink, ///< Emulator audio output backend | 118 | Audio_Sink, ///< Emulator audio output backend |
| 119 | Loader, ///< ROM loader | 119 | Loader, ///< ROM loader |
| 120 | CheatEngine, ///< Memory manipulation and engine VM functions | ||
| 120 | Crypto, ///< Cryptographic engine/functions | 121 | Crypto, ///< Cryptographic engine/functions |
| 121 | Input, ///< Input emulation | 122 | Input, ///< Input emulation |
| 122 | Network, ///< Network emulation | 123 | Network, ///< Network emulation |