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