mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-21 19:31:21 +00:00
VITA: Fix build
This commit is contained in:
parent
f4f4aad889
commit
55ea762ab1
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue