From 1ffa1fe30671ed02d8c302129ee8d9283772a00d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 4 May 2026 17:35:43 +0200 Subject: [PATCH] Ensure joypads are autoconfigured too --- bin/omarchy-install-gaming-retroarch | 3 ++- bin/omarchy-remove-gaming-retroarch | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/omarchy-install-gaming-retroarch b/bin/omarchy-install-gaming-retroarch index b4685b04..3cf00f2b 100755 --- a/bin/omarchy-install-gaming-retroarch +++ b/bin/omarchy-install-gaming-retroarch @@ -22,7 +22,8 @@ omarchy-pkg-add \ libretro-sameboy libretro-scummvm libretro-shaders-slang libretro-snes9x \ libretro-yabause \ libretro-fbneo-git \ - libretro-database-git + libretro-database-git \ + retroarch-joypad-autoconfig-git # Set up ~/Games for BIOS files and ROMs mkdir -p "$HOME/Games/bios" "$HOME/Games/roms" diff --git a/bin/omarchy-remove-gaming-retroarch b/bin/omarchy-remove-gaming-retroarch index d3c101c8..5b89732b 100755 --- a/bin/omarchy-remove-gaming-retroarch +++ b/bin/omarchy-remove-gaming-retroarch @@ -21,7 +21,8 @@ omarchy-pkg-drop \ libretro-parallel-n64 libretro-picodrive libretro-play libretro-ppsspp \ libretro-sameboy libretro-scummvm libretro-shaders-slang libretro-snes9x \ libretro-yabause \ - libretro-fbneo-git + libretro-fbneo-git \ + retroarch-joypad-autoconfig-git rm -rf \ "$HOME/.config/retroarch" \