summaryrefslogtreecommitdiffstats
path: root/src/common/log.h
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-05-06 23:18:20 +0200
committerbunnei <ericbunnie@gmail.com>2014-05-06 23:18:20 +0200
commit9db26df05fddd08575be459a12842a96e9f2ddc9 (patch)
tree5b07d6cfd801519dba7b39673d7e8d05904034e6 /src/common/log.h
parentcommented out useless debug logs that just spammed console (diff)
downloadyuzu-9db26df05fddd08575be459a12842a96e9f2ddc9.tar
yuzu-9db26df05fddd08575be459a12842a96e9f2ddc9.tar.gz
yuzu-9db26df05fddd08575be459a12842a96e9f2ddc9.tar.bz2
yuzu-9db26df05fddd08575be459a12842a96e9f2ddc9.tar.lz
yuzu-9db26df05fddd08575be459a12842a96e9f2ddc9.tar.xz
yuzu-9db26df05fddd08575be459a12842a96e9f2ddc9.tar.zst
yuzu-9db26df05fddd08575be459a12842a96e9f2ddc9.zip
Diffstat (limited to '')
-rw-r--r--src/common/log.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/log.h b/src/common/log.h
index 02db8bd55..ffc727a27 100644
--- a/src/common/log.h
+++ b/src/common/log.h
@@ -54,7 +54,7 @@ enum LOG_TYPE {
WII_IPC_FILEIO,
WII_IPC_HID,
WII_IPC_HLE,
- WII_IPC_NET,
+ SVC,
NDMA,
HLE,
RENDER,
@@ -88,10 +88,10 @@ void GenericLog(LOGTYPES_LEVELS level, LOGTYPES_TYPE type,
;
#if defined LOGGING || defined _DEBUG || defined DEBUGFAST
-#define MAX_LOGLEVEL DEBUG_LEVEL
+#define MAX_LOGLEVEL LogTypes::LDEBUG
#else
#ifndef MAX_LOGLEVEL
-#define MAX_LOGLEVEL WARNING_LEVEL
+#define MAX_LOGLEVEL LogTypes::LWARNING
#endif // loglevel
#endif // logging