VITA: Fix build

This commit is contained in:
cypress 2024-06-30 19:43:01 -07:00
parent f4f4aad889
commit 55ea762ab1
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ int main(int argc, char *argv[])
{ {
/* If we have no input focus at all, sleep a bit */ /* If we have no input focus at all, sleep a bit */
IN_StopRumble(); IN_StopRumble();
#ifndef VITA
if (!VID_HasMouseOrInputFocus() || cl.paused) if (!VID_HasMouseOrInputFocus() || cl.paused)
{ {
SDL_Delay(16); SDL_Delay(16);