summarylogtreecommitdiffstats
path: root/onscreenkeyboard.patch
diff options
context:
space:
mode:
Diffstat (limited to 'onscreenkeyboard.patch')
-rw-r--r--onscreenkeyboard.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/onscreenkeyboard.patch b/onscreenkeyboard.patch
deleted file mode 100644
index 1cd79c934330..000000000000
--- a/onscreenkeyboard.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/sdl/input.c.org 2019-04-13 17:22:52.000000000 +0200
-+++ src/sdl/input.c 2019-06-17 11:14:05.321262892 +0200
-@@ -1654,7 +1654,7 @@
- static int repdelay_timeout = REPEAT_DELAY;
- struct js_state *state = &sdl_js_state[0];
-
-- if (! joystick0) return(AKEY_NONE); /* no controller present */
-+ if (! joysticks_found) return(AKEY_NONE); /* no controller present */
-
- update_SDL_joysticks();
-