Solved higan emulator no functional controller

Hi,

All my controllers are not recognized (ps4, Logitech)
Can anyone get a controller to work under the higan emulator ?
 
I found the solution, I have to recompile the libsdl 1.2 used by higan with the option:
"LINJOY Use Linux joystick driver (via webcamd)"

# cd /usr/ports/devel/sdl12
# make clean
# pkg install evdev-proto-5.8
# make config
sdl12.png


# make
# make reinstall
# pkg lock sdl-1.2.15_16,2

Now all my controllers work.
Hoping it helps someone.
 
Back
Top