dstover1688 / mame4all-pi

Automatically exported from code.google.com/p/mame4all-pi
0 stars 0 forks source link

SDL hats is not uses deteted or used #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use hori fighting stick mini 3.
2. Try using the stick.
3. Does not work,

What is the expected output? What do you see instead?
Stick working.

What version of the product are you using? On what operating system?
Rasbian, mame4all compiled from change set:
ea85746014e2c2a85665f2a4d4a4b87e819a5287.

Please provide any additional information below.
I made a patch that works for me.

Original issue reported on code.google.com by marcus.v...@gmail.com on 20 Jul 2014 at 9:45

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks so much for this!  It worked great for my same stick.

How I used this patch:

--from the console on the pi
mkdir mame4all
cd mame4all
git init
git pull git://git.code.sf.net/p/mame4allpi/code/
--download patch and copy into mame4all directory (I used WinSCP and had 
renamed mine sticks.patch)
git apply sticks.patch
make
--after quite a while it should finish and you'll have a file "mame" right 
there in your mame4all directory, cp it to where ever your mame launches from, 
I am using retropie so I:
cd /opt/retropie/emulators/mame4all
and then:
sudo cp /home/pi/mame4all/mame mame

Original comment by john.g.b...@gmail.com on 28 May 2015 at 12:14