Created attachment 211686 [details] Patch for emulators/mednafen The presence of <linux/joystick.h> (from devel/evdev-proto) breaks mednafen's SDL joystick detection. The included patch works around the problem.
Or you could try an evdev gamepad driver instead: https://github.com/wulf7/iichid/pull/26.
Over to maintainer.
The maintainer hasn't responded yet. Can someone else take a look at this?
A commit references this bug: Author: acm Date: Tue Dec 1 17:27:48 UTC 2020 New revision: 556768 URL: https://svnweb.freebsd.org/changeset/ports/556768 Log: - Update to 1.26.1 - Add patch for fix joystick detection if devel/evdev-proto is installed [1] PR: 244157 [1] Submitted by: vedge at hypertriton.com Changes: head/emulators/mednafen/Makefile head/emulators/mednafen/distinfo head/emulators/mednafen/files/patch-src-drivers_Joystick.cpp
- Committed in latest version of mednafen port. Thanks!!