Last active
December 13, 2025 22:32
-
-
Save chamberlainpi/18e52b64f484d65f707c41fac99d3bcc to your computer and use it in GitHub Desktop.
antix-commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Section "InputClass" | |
| Identifier "joystick catchall" | |
| MatchIsJoystick "on" | |
| MatchDevicePath "/dev/input/event*" | |
| Driver "joystick" | |
| Option "StartKeysEnabled" "False" | |
| Option "StartMouseEnabled" "False" | |
| EndSection | |
| SDL_JOYSTICK_DEVICE=/dev/input/js1 ./zsnes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment