Merge pull request #2441 from elyosh/optim001

Various small performance optimisations
This commit is contained in:
Miran Grča
2022-07-10 16:21:40 +02:00
committed by GitHub
3 changed files with 83 additions and 75 deletions

View File

@@ -107,6 +107,8 @@ void joystick_process()
{
int c, d;
if (!joystick_type) return;
SDL_JoystickUpdate();
for (c = 0; c < joysticks_present; c++)
{