diff options
Diffstat (limited to 'src/common/logging/log.h')
| -rw-r--r-- | src/common/logging/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 140cd8e47..5a580b004 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h | |||
| @@ -97,6 +97,7 @@ enum class Class : ClassType { | |||
| 97 | Audio_DSP, ///< The HLE implementation of the DSP | 97 | Audio_DSP, ///< The HLE implementation of the DSP |
| 98 | Audio_Sink, ///< Emulator audio output backend | 98 | Audio_Sink, ///< Emulator audio output backend |
| 99 | Loader, ///< ROM loader | 99 | Loader, ///< ROM loader |
| 100 | Crypto, ///< Cryptographic engine/functions | ||
| 100 | Input, ///< Input emulation | 101 | Input, ///< Input emulation |
| 101 | Network, ///< Network emulation | 102 | Network, ///< Network emulation |
| 102 | WebService, ///< Interface to yuzu Web Services | 103 | WebService, ///< Interface to yuzu Web Services |