mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 11:57:57 -05:00
log: updated MAX_LOGLEVEL to use correct log level enum type
This commit is contained in:
@ -97,7 +97,7 @@ private:
|
||||
~LogManager();
|
||||
public:
|
||||
|
||||
static u32 GetMaxLevel() { return MAX_LOGLEVEL; }
|
||||
static u32 GetMaxLevel() { return LogTypes::MAX_LOGLEVEL; }
|
||||
|
||||
void Log(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type, const char* file, int line,
|
||||
const char* function, const char *fmt, va_list args);
|
||||
|
Reference in New Issue
Block a user