diff options
author | mailwl <mailwl@gmail.com> | 2016-11-20 06:50:48 +0100 |
---|---|---|
committer | mailwl <mailwl@gmail.com> | 2016-11-30 07:51:14 +0100 |
commit | 5b136aa21198dc98296bde3dd393bfc5468d7703 (patch) | |
tree | 49e48570abc750b3f51e4e5c57ec98fba52c3229 /src/common | |
parent | Merge pull request #2233 from Subv/warnings (diff) | |
download | yuzu-5b136aa21198dc98296bde3dd393bfc5468d7703.tar yuzu-5b136aa21198dc98296bde3dd393bfc5468d7703.tar.gz yuzu-5b136aa21198dc98296bde3dd393bfc5468d7703.tar.bz2 yuzu-5b136aa21198dc98296bde3dd393bfc5468d7703.tar.lz yuzu-5b136aa21198dc98296bde3dd393bfc5468d7703.tar.xz yuzu-5b136aa21198dc98296bde3dd393bfc5468d7703.tar.zst yuzu-5b136aa21198dc98296bde3dd393bfc5468d7703.zip |
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/logging/log.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 8011534b8..96d0dfb8c 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -60,7 +60,7 @@ enum class Class : ClassType { Service_AM, ///< The AM (Application manager) service Service_PTM, ///< The PTM (Power status & misc.) service Service_LDR, ///< The LDR (3ds dll loader) service - Service_MIC, ///< The MIC (microphone) service + Service_MIC, ///< The MIC (Microphone) service Service_NDM, ///< The NDM (Network daemon manager) service Service_NIM, ///< The NIM (Network interface manager) service Service_NWM, ///< The NWM (Network wlan manager) service @@ -85,8 +85,7 @@ enum class Class : ClassType { Audio_DSP, ///< The HLE implementation of the DSP Audio_Sink, ///< Emulator audio output backend Loader, ///< ROM loader - - Count ///< Total number of logging classes + Count ///< Total number of logging classes }; /// Logs a message to the global logger. |