diff options
author | Armin Zhu <lisp_25689@163.com> | 2024-01-14 09:45:36 +0100 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-01-14 21:35:24 +0100 |
commit | 251a8452de9d0e60e294057899e992ed581077aa (patch) | |
tree | 50afb2b2e440bad855bffda59441cb056b64a819 /games/moonlight-embedded/files/patch-src_input_sdl.h | |
parent | print/fontforge: Update to 20230101 (diff) |
games/moonlight-embedded: Update to 2.6.2
In addition to maintainers patch fix REINPLACE_CMD for docs/README.pod
Changelog:
https://github.com/moonlight-stream/moonlight-embedded/releases/tag/v2.6.2
PR: 276144
Diffstat (limited to 'games/moonlight-embedded/files/patch-src_input_sdl.h')
-rw-r--r-- | games/moonlight-embedded/files/patch-src_input_sdl.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/games/moonlight-embedded/files/patch-src_input_sdl.h b/games/moonlight-embedded/files/patch-src_input_sdl.h deleted file mode 100644 index 5ccc7cf8b321..000000000000 --- a/games/moonlight-embedded/files/patch-src_input_sdl.h +++ /dev/null @@ -1,8 +0,0 @@ ---- src/input/sdl.h.orig 2023-10-11 15:50:11 UTC -+++ src/input/sdl.h -@@ -105,3 +105,5 @@ void sdlinput_rumble(unsigned short controller_id, uns - void sdlinput_rumble_triggers(unsigned short controller_id, unsigned short left_trigger, unsigned short right_trigger); - void sdlinput_set_motion_event_state(unsigned short controller_id, unsigned char motion_type, unsigned short report_rate_hz); - void sdlinput_set_controller_led(unsigned short controller_id, unsigned char r, unsigned char g, unsigned char b); -+void x11_sdl_init(char* mappings); -+void x11_sdl_stop(); |