diff options
| author | 2018-07-27 23:55:23 -0400 | |
|---|---|---|
| committer | 2018-08-01 00:16:54 -0400 | |
| commit | df5b75694f5abde94ccf05fa6c7a557b1ba9079b (patch) | |
| tree | 70f0cf96b1a9834360fb1c5d5547939693ecd577 /src/common/logging | |
| parent | Merge pull request #871 from bunnei/audio-config (diff) | |
| download | yuzu-df5b75694f5abde94ccf05fa6c7a557b1ba9079b.tar.gz yuzu-df5b75694f5abde94ccf05fa6c7a557b1ba9079b.tar.xz yuzu-df5b75694f5abde94ccf05fa6c7a557b1ba9079b.zip | |
Remove files that are not used
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 d86c40d26..d7d2f9a20 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -212,6 +212,7 @@ void FileBackend::Write(const Entry& entry) { | |||
| 212 | CLS(Input) \ | 212 | CLS(Input) \ |
| 213 | CLS(Network) \ | 213 | CLS(Network) \ |
| 214 | CLS(Loader) \ | 214 | CLS(Loader) \ |
| 215 | CLS(Crypto) \ | ||
| 215 | CLS(WebService) | 216 | CLS(WebService) |
| 216 | 217 | ||
| 217 | // GetClassName is a macro defined by Windows.h, grrr... | 218 | // GetClassName is a macro defined by Windows.h, grrr... |
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 |