Created
April 25, 2014 18:03
-
-
Save Fosome/11298160 to your computer and use it in GitHub Desktop.
This file contains 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
For audio out of 3.5mm jack: | |
`sudo amixer cset numid=3 1` | |
For snes controller Tomee thing working: | |
I use a cheap usb snes controller copy by a company called Tomee. | |
I just installed joystick | |
sudo apt-get install joystick | |
Calibrated and tested it | |
jscal /dev/input/js0 | |
jstest /dev/input/js0 | |
For advmame I had to change a setting in the advmame.rc to help mame recognize the y-axis | |
device_joystick raw | |
Once set up the gamepad has worked with almost everything I have installed. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment