diff options
author | edwin <edwin@FreeBSD.org> | 2008-05-28 20:58:56 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-05-28 20:58:56 +0800 |
commit | ffaeb5805d8a2c2b53602ad58eba46b2125c20bc (patch) | |
tree | d4322a0aac4e6d7c90cb85eab33ca0e7d3c6a9d4 /emulators/Makefile | |
parent | c7a6fe514222e17680e24778c2b263c80c92c553 (diff) | |
download | freebsd-ports-graphics-ffaeb5805d8a2c2b53602ad58eba46b2125c20bc.tar.gz freebsd-ports-graphics-ffaeb5805d8a2c2b53602ad58eba46b2125c20bc.tar.zst freebsd-ports-graphics-ffaeb5805d8a2c2b53602ad58eba46b2125c20bc.zip |
New Port: emulators/xjoypad
xjoypad allows an USB joypad (probably a USB Joystick, too)
to be used with games on linux (probably other unix-like
operating systems too). This is done by mapping the joypad
events to X keyboard events which are sent to the window
currently having the focus. Therefore only keyboard-controlled
games are currently supported by xjoypad. xjoypad was written
to add joypad support to the playstation emulator epsxe.
PR: ports/95990
Submitted by: Timothy Beyer <beyert@cs.ucr.edu>
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 82a97a40e18..8b397c11b07 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -78,6 +78,7 @@ SUBDIR += linux-winetools SUBDIR += linux_base-fc4 SUBDIR += linux_base-fc6 + SUBDIR += linux-xjoypad SUBDIR += linux_base-f7 SUBDIR += linux_base-f8 SUBDIR += linux_base-gentoo-stage1 |