1
0
Fork 0
mirror of https://github.com/Ryujinx/SDL.git synced 2025-03-25 16:25:20 +00:00

Reduce CPU usage in testgamecontroller

This commit is contained in:
Sam Lantinga 2022-04-29 20:57:00 -07:00
parent 9e5cbf034a
commit 0687128c96

View file

@ -508,7 +508,7 @@ loop(void *arg)
}
}
}
SDL_Delay(16);
SDL_RenderPresent(screen);
#ifdef __EMSCRIPTEN__