Page 1 of 1

Joystick not working on MAME from mGalaxy

Posted: Fri Jan 13, 2017 12:59 pm
by BHParker
Hi! Quick question:

I'm running MAME 0.164, and it works perfectly with my generic usb joystick. mGalaxy v6.2 works perfectly with the x360ce emulator.

But, here's the thing: when I run a MAME game from mGalaxy, the joystick doesn't work. At all. And I have no idea why! I tried MAME with the x360ce, but it doesn't change anything.. Any help? Thanks a lot!

Edit: I run VBA's games from mGalaxy and I dont have this problem, so I guess this is a mame thing

Re: Joystick not working on MAME from mGalaxy

Posted: Fri Jan 13, 2017 4:25 pm
by Aeliss
X360Ce work only for the executable where you put the file, so only for mGalaxy.
If you launch Mame from mgalaxy, x360ce will nt be used. So press Esc and reconfigure your pad after the launching.

Re: Joystick not working on MAME from mGalaxy

Posted: Fri Jan 13, 2017 4:31 pm
by BHParker
[quote="Aeliss"]
X360Ce work only for the executable where you put the file, so only for mGalaxy.
If you launch Mame from mgalaxy, x360ce will nt be used. So press Esc and reconfigure your pad after the launching.
[/quote]

Hi! MAME doesnt recognize the joystick when I launch it from mGalaxy, so I cant reconfigure the gamepad after launch

Re: Joystick not working on MAME from mGalaxy

Posted: Fri Jan 13, 2017 8:02 pm
by mgalaxy
Hi and welcome BHParker,

Open the 'Data' folder > 'UserSystems' > 'UserSystems.xml'  > Under the 'Mame' system, find this line:
<Cmd hidden="true" name="MAME" value="-rompath "%path" %file%ext -volume -%volume(32,0) -skip_gameinfo -nowindow" extensions=".zip,.7z,.chd" />
..and add " -joystick" to it. It should then look like that:
<Cmd hidden="true" name="MAME" value="-rompath "%path" %file%ext -volume -%volume(32,0) -skip_gameinfo -nowindow -joystick" extensions=".zip,.7z,.chd" />
This setting will be set by default on next mGalaxy version!

Re: Joystick not working on MAME from mGalaxy

Posted: Sun Jan 15, 2017 2:00 pm
by BHParker
Hi! Thanks for the help, it's already working :D