summaryrefslogtreecommitdiffstats
path: root/src/common/log_manager.h
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-05-30 05:03:03 +0200
committerbunnei <ericbunnie@gmail.com>2014-05-30 05:03:03 +0200
commit6fc62f8c93bd81f6207fcbdfe332b4e56c2aa2be (patch)
treed6a66ca0fdd3f6e2ff66cf1f88283107d525c0c7 /src/common/log_manager.h
parentcore: changed time delay before kernel reschedule to "approximate" a screen refresh (diff)
downloadyuzu-6fc62f8c93bd81f6207fcbdfe332b4e56c2aa2be.tar
yuzu-6fc62f8c93bd81f6207fcbdfe332b4e56c2aa2be.tar.gz
yuzu-6fc62f8c93bd81f6207fcbdfe332b4e56c2aa2be.tar.bz2
yuzu-6fc62f8c93bd81f6207fcbdfe332b4e56c2aa2be.tar.lz
yuzu-6fc62f8c93bd81f6207fcbdfe332b4e56c2aa2be.tar.xz
yuzu-6fc62f8c93bd81f6207fcbdfe332b4e56c2aa2be.tar.zst
yuzu-6fc62f8c93bd81f6207fcbdfe332b4e56c2aa2be.zip
Diffstat (limited to '')
-rw-r--r--src/common/log_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/log_manager.h b/src/common/log_manager.h
index 580860b4d..3e238dfa7 100644
--- a/src/common/log_manager.h
+++ b/src/common/log_manager.h
@@ -99,8 +99,8 @@ public:
static u32 GetMaxLevel() { return MAX_LOGLEVEL; }
- void Log(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type,
- const char *file, int line, const char *fmt, va_list args);
+ void Log(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type, const char* file, int line,
+ const char* function, const char *fmt, va_list args);
void SetLogLevel(LogTypes::LOG_TYPE type, LogTypes::LOG_LEVELS level)
{