Browse Source

false_avail: Remove `__vita__` workaround

No longer necessary as of dae4cc8c50

The default minimum priority log level in release builds is INFO
pull/1518/head
Gleb Mazovetskiy 5 years ago committed by Anders Jenbo
parent
commit
acc1578cdd
  1. 3
      SourceX/miniwin/misc_msg.cpp

3
SourceX/miniwin/misc_msg.cpp

@ -262,10 +262,7 @@ WPARAM keystate_for_mouse(WPARAM ret)
bool false_avail(const char *name, int value)
{
#ifndef __vita__
// Logging on Vita is slow due slow IO, so disable spamming unhandled events to log
SDL_LogDebug(SDL_LOG_CATEGORY_APPLICATION, "Unhandled SDL event: %s %d", name, value);
#endif
return true;
}

Loading…
Cancel
Save