games/retroarch: Update pkg-message for iichid integration

Update RetroArch input device backend info in pkg-message
This commit is contained in:
Emanuel Haupt 2024-02-11 10:26:59 +01:00
parent fee0a19718
commit c6e7fdc9aa
2 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,7 @@
PORTNAME= RetroArch
DISTVERSIONPREFIX= v
DISTVERSION= 1.17.0
PORTREVISION= 1
CATEGORIES= games emulators
MAINTAINER= ehaupt@FreeBSD.org

View file

@ -3,10 +3,11 @@
message: <<EOM
RetroArch supports multiple backends for input devices like gamepads:
- evdev/udev: usable with the kernel driver from sysutils/iichid
or a userspace driver from e.g. multimedia/webcamd
(you have to grant access permissions on the appropriate
/dev/input/eventN device to your user account)
- Kernel driver (iichid): The functionality previously provided
by the sysutils/iichid port is now integrated into the FreeBSD
base system. For more details, consult the iichid(4) man page.
Users may need to adjust access permissions on the appropriate
/dev/input/eventN device for their user account to use gamepads.
- SDL2, which uses userspace raw USB HID access
(you have to grant access permissions on the appropriate
/dev/uhidN device to your user account)