summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorGravatar Sebastian Valle2016-11-30 08:04:23 -0500
committerGravatar GitHub2016-11-30 08:04:23 -0500
commite5a7f2ef29a8dc715ab9670dedb632a02b835372 (patch)
tree49e48570abc750b3f51e4e5c57ec98fba52c3229 /src/common
parentMerge pull request #2233 from Subv/warnings (diff)
parentSet client SDK version to Service APIs (diff)
downloadyuzu-e5a7f2ef29a8dc715ab9670dedb632a02b835372.tar.gz
yuzu-e5a7f2ef29a8dc715ab9670dedb632a02b835372.tar.xz
yuzu-e5a7f2ef29a8dc715ab9670dedb632a02b835372.zip
Merge pull request #1820 from mailwl/service-ver
Set client SDK version to Service APIs
Diffstat (limited to '')
-rw-r--r--src/common/logging/log.h5
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 {
60 Service_AM, ///< The AM (Application manager) service 60 Service_AM, ///< The AM (Application manager) service
61 Service_PTM, ///< The PTM (Power status & misc.) service 61 Service_PTM, ///< The PTM (Power status & misc.) service
62 Service_LDR, ///< The LDR (3ds dll loader) service 62 Service_LDR, ///< The LDR (3ds dll loader) service
63 Service_MIC, ///< The MIC (microphone) service 63 Service_MIC, ///< The MIC (Microphone) service
64 Service_NDM, ///< The NDM (Network daemon manager) service 64 Service_NDM, ///< The NDM (Network daemon manager) service
65 Service_NIM, ///< The NIM (Network interface manager) service 65 Service_NIM, ///< The NIM (Network interface manager) service
66 Service_NWM, ///< The NWM (Network wlan manager) service 66 Service_NWM, ///< The NWM (Network wlan manager) service
@@ -85,8 +85,7 @@ enum class Class : ClassType {
85 Audio_DSP, ///< The HLE implementation of the DSP 85 Audio_DSP, ///< The HLE implementation of the DSP
86 Audio_Sink, ///< Emulator audio output backend 86 Audio_Sink, ///< Emulator audio output backend
87 Loader, ///< ROM loader 87 Loader, ///< ROM loader
88 88 Count ///< Total number of logging classes
89 Count ///< Total number of logging classes
90}; 89};
91 90
92/// Logs a message to the global logger. 91/// Logs a message to the global logger.