summaryrefslogtreecommitdiffstats
path: root/games/doomlegacy/files/patch-sdl+i_system.c
blob: 975d4f5a3e6ac0b3530d63f930ca4592efb6b394 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/sdl/i_system.c.orig	2014-05-16 20:11:49 UTC
+++ src/sdl/i_system.c
@@ -508,6 +508,8 @@ void I_SysInit(void)
 
   // Enable unicode key conversion
   SDL_EnableUNICODE(1);
+  // Enable key auto repeat
+  SDL_EnableKeyRepeat(SDL_DEFAULT_REPEAT_DELAY, SDL_DEFAULT_REPEAT_INTERVAL);
 
   // Initialize the joystick subsystem.
   I_JoystickInit();
OpenPOWER on IntegriCloud