diff --git a/SourceX/miniwin/misc_msg.cpp b/SourceX/miniwin/misc_msg.cpp index 277fefa4b..c6b852ada 100644 --- a/SourceX/miniwin/misc_msg.cpp +++ b/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; }