Skip to content

Commit

Permalink
drop retroarch autoconfig now that chimera uses steam input for contr…
Browse files Browse the repository at this point in the history
…ollers
  • Loading branch information
alkazar committed May 11, 2024
1 parent b439e0c commit 876633b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions manifest
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ export AUR_PACKAGES="\
python-gbopyrator \
python-vdf \
r8152-dkms \
retroarch-autoconfig-udev-git \
rtl8812au-dkms-git \
rtl8814au-dkms-git \
rtl88x2bu-dkms-git \
Expand Down Expand Up @@ -268,9 +267,6 @@ export FILES_TO_DELETE="\
/usr/share/doc \
/usr/share/gtk-doc \
/usr/share/help \
/usr/share/libretro/autoconfig/udev/Gasia_PS_Gamepad_USB.cfg \
/usr/share/libretro/autoconfig/udev/Sony-PlayStation3-DualShock3-Controller-Bluetooth.cfg \
/usr/share/libretro/autoconfig/udev/Xbox_360_Wireless_Receiver_Chinese01.cfg \
/usr/share/man \
"

Expand All @@ -284,9 +280,6 @@ postinstallhook() {
${USERNAME} ALL=(ALL) NOPASSWD: /usr/share/chimera/bin/power-tool
" >/etc/sudoers.d/chimera

# disable retroarch menu in joypad configs
find /usr/share/libretro/autoconfig -type f -name '*.cfg' | xargs -d '\n' sed -i '/input_menu_toggle_btn/d'

# download and add racing wheel udev rules
pushd /usr/lib/udev/rules.d
curl -L -O https://raw.githubusercontent.com/berarma/oversteer/master/data/udev/99-fanatec-wheel-perms.rules
Expand Down

0 comments on commit 876633b

Please sign in to comment.