diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2022-05-09 01:01:01 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-05-09 21:18:21 +0200 |
commit | fa77e6b289e52714011dde32c671922183975871 (patch) | |
tree | edf28c764b0739b487d45a0eff2ccf21fe5518ec /Ports/gltron/patches/game_init_sdl_c.patch | |
parent | 37bbfc1b3811e2c547a768bc8b17282786aac234 (diff) | |
download | serenity-fa77e6b289e52714011dde32c671922183975871.zip |
Ports: Convert GLTron patches to new format
Diffstat (limited to 'Ports/gltron/patches/game_init_sdl_c.patch')
-rw-r--r-- | Ports/gltron/patches/game_init_sdl_c.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Ports/gltron/patches/game_init_sdl_c.patch b/Ports/gltron/patches/game_init_sdl_c.patch deleted file mode 100644 index 10d416a1f0..0000000000 --- a/Ports/gltron/patches/game_init_sdl_c.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- gltron-0.70/src/game/init_sdl.c 2003-07-13 13:47:58.000000000 +0000 -+++ gltron-0.70-patched/src/game/init_sdl.c 2022-01-10 00:57:00.255732917 +0000 -@@ -22,7 +22,6 @@ - - void inputInit(void) { - /* keyboard */ -- SDL_EnableKeyRepeat(0, 0); /* turn keyrepeat off */ - - /* joystick */ - if(SDL_Init(SDL_INIT_JOYSTICK) >= 0) { |