Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add external controller profiles #1027

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4,462 changes: 4,462 additions & 0 deletions configs/steam-input/emudeck_controller_generic-xl.vdf

Large diffs are not rendered by default.

4,462 changes: 4,462 additions & 0 deletions configs/steam-input/emudeck_controller_ps4-xl.vdf

Large diffs are not rendered by default.

4,462 changes: 4,462 additions & 0 deletions configs/steam-input/emudeck_controller_ps5-dualsense-edge-xl.vdf

Large diffs are not rendered by default.

4,463 changes: 4,463 additions & 0 deletions configs/steam-input/emudeck_controller_ps5-dualsense-xl.vdf

Large diffs are not rendered by default.

4,462 changes: 4,462 additions & 0 deletions configs/steam-input/emudeck_controller_steam_deck-xl.vdf

Large diffs are not rendered by default.

4,462 changes: 4,462 additions & 0 deletions configs/steam-input/emudeck_controller_switch_pro-xl.vdf

Large diffs are not rendered by default.

4,462 changes: 4,462 additions & 0 deletions configs/steam-input/emudeck_controller_xbox360-xl.vdf

Large diffs are not rendered by default.

4,462 changes: 4,462 additions & 0 deletions configs/steam-input/emudeck_controller_xboxone-xl.vdf

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,13 @@ fi
rm -rf $HOME/.steam/steam/controller_base/templates/emudeck_controller_xbox360.vdf &> /dev/null
rm -rf $HOME/.steam/steam/controller_base/templates/emudeck_controller_xboxone.vdf &> /dev/null
rm -rf $HOME/.steam/steam/controller_base/templates/emudeck_controller_steamdeck-xl_radial-menus.vdf &> /dev/null
rm -rf $HOME/.steam/steam/controller_base/templates/emudeck_controller_generic-xl.vdf &> /dev/null
rm -rf $HOME/.steam/steam/controller_base/templates/emudeck_controller_ps4-xl.vdf &> /dev/null
rm -rf $HOME/.steam/steam/controller_base/templates/emudeck_controller_ps5-dualsense-edge-xl.vdf &> /dev/null
rm -rf $HOME/.steam/steam/controller_base/templates/emudeck_controller_steam_deck-xl.vdf &> /dev/null
rm -rf $HOME/.steam/steam/controller_base/templates/emudeck_controller_switch_pro-xl.vdf &> /dev/null
rm -rf $HOME/.steam/steam/controller_base/templates/emudeck_controller_xbox360-xl.vdf &> /dev/null
rm -rf $HOME/.steam/steam/controller_base/templates/emudeck_controller_xboxone-xl.vdf &> /dev/null

find "$HOME/.steam/steam/tenfoot/resource/images/library/controller/binding_icons" -name 'EmuDeck*' -exec rm {} \;

Expand Down
Loading