From fe129a838705b51edbcf1a3b726a41827b872c88 Mon Sep 17 00:00:00 2001 From: cmitu <31816814+cmitu@users.noreply.github.com> Date: Thu, 2 Jun 2022 16:24:50 +0100 Subject: [PATCH] xpadneo: upgrade to v0.9.3 This is a maintenance release, fixing the Xbox button for SDL apps using the Gamecontroller API. --- scriptmodules/supplementary/xpadneo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scriptmodules/supplementary/xpadneo.sh b/scriptmodules/supplementary/xpadneo.sh index 7234958dbb..409f9fb365 100644 --- a/scriptmodules/supplementary/xpadneo.sh +++ b/scriptmodules/supplementary/xpadneo.sh @@ -12,7 +12,7 @@ rp_module_id="xpadneo" rp_module_desc="Advanced Linux driver for Xbox One wireless gamepads" rp_module_licence="GPL3 https://raw.githubusercontent.com/atar-axis/xpadneo/master/LICENSE" -rp_module_repo="git https://github.com/atar-axis/xpadneo.git v0.9.2" +rp_module_repo="git https://github.com/atar-axis/xpadneo.git v0.9.3" rp_module_section="driver" rp_module_flags="nobin"