thanks for your help. This information is incredibly useful, except there is one problem. my pipe does not show up in the controller configuration. Perhaps the pipe feature of dolphin was disabled when i built it?
here's some stuff that might help to determine if I have created the pipe correctly.
the pipe was created with mkfifo pipe, and the directory with mkdir Pipes
here's some stuff that might help to determine if I have created the pipe correctly.
Code:
$ pwd
/usr/share/dolphin-emu/sys/Pipes
$ ls -lah
total 8.0K
drwxr-xr-x 2 root root 4.0K Dec 4 17:54 .
drwxr-xr-x 10 root root 4.0K Dec 4 17:54 ..
prwxrwxrwx 1 username users 0 Dec 4 17:53 pipethe pipe was created with mkfifo pipe, and the directory with mkdir Pipes
