mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 21:37:42 -07:00
blarg
This commit is contained in:
parent
98c63829d6
commit
f66a8ca9e3
@ -431,6 +431,8 @@ void Log(LogLevel level, const char* fmt, ...)
|
||||
{
|
||||
if (fmt == nullptr)
|
||||
return;
|
||||
if (level <= LogLevel::Debug)
|
||||
return;
|
||||
|
||||
va_list args;
|
||||
va_start(args, fmt);
|
||||
|
Loading…
Reference in New Issue
Block a user