1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-29 05:18:51 +00:00

Fish: Remove Nintendo controller functions

This commit is contained in:
Phantop 2020-06-22 23:52:59 -04:00
parent f2cb10277f
commit 4c7b78dd66
3 changed files with 0 additions and 12 deletions

View file

@ -1,5 +0,0 @@
function gamecube
uinput
cd $D/Source/nintendo/gc-adapter
./gc-adapter
end

View file

@ -1,4 +0,0 @@
function procon
cd $D/Source/nintendo/procon/
s (pwd)/procon_driver -s -i ly -i ry -i dy
end

View file

@ -1,3 +0,0 @@
function uinput
s modprobe uinput
end