diff options
author | Tilde Joy <tilde@ultros.pro> | 2025-07-16 15:23:17 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-07-16 15:23:17 +0300 |
commit | d81332eb57279b166aa50f781ed37a03565e2004 (patch) | |
tree | 6add57cf8ebefe9397da2e9ebe2ce182b7230f51 /games/retroarch/files/patch-input_input__keymaps.c | |
parent | devel/py-jupyterlab-widgets: clean up port Makefile (diff) |
games/retroarch: Update 1.19.1 => 1.21.0
Changelogs:
https://github.com/libretro/RetroArch/blob/v1.21.0/CHANGES.md
Improve port:
- Fix RUN_DEPENDS.
- Fix X11_USE.
- Switch from qt:5 to qt:6 - default for upstream.
- Install etc/retroarch.cfg as sample.
PR: 287943
Approved by: Daniel Menelkir <dmenelkir@gmail.com> (maintainer, timeout 2 weeks, fix build)
MFH: 2025Q3
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
Diffstat (limited to 'games/retroarch/files/patch-input_input__keymaps.c')
-rw-r--r-- | games/retroarch/files/patch-input_input__keymaps.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/games/retroarch/files/patch-input_input__keymaps.c b/games/retroarch/files/patch-input_input__keymaps.c deleted file mode 100644 index 4dd10b4c46c1..000000000000 --- a/games/retroarch/files/patch-input_input__keymaps.c +++ /dev/null @@ -1,20 +0,0 @@ ---- input/input_keymaps.c.orig 2023-11-06 19:58:13 UTC -+++ input/input_keymaps.c -@@ -54,7 +54,7 @@ - #include "SDL.h" - #endif - --#if defined(__linux__) || defined(HAVE_WAYLAND) -+#if defined(__linux__) || defined(HAVE_WAYLAND) || defined(__FreeBSD__) && !defined(__PS4__) - #if defined(__linux__) - #include <linux/input.h> - #include <linux/kd.h> -@@ -1130,7 +1130,7 @@ const struct rarch_key_map rarch_key_map_x11[] = { - }; - #endif - --#if defined(__linux__) || defined(HAVE_WAYLAND) -+#if defined(__linux__) || defined(HAVE_WAYLAND) || defined(__FreeBSD__) && !defined(__PS4__) - /* Note: Only one input can be mapped to each - * RETROK_* key. If several physical inputs - * correspond to the same key, these inputs |