Override Mouse index in Mame2003?
-
I have set mouse index in retroarch.cfg to
input_player1_mouse_index = "0"Need to override this for Bombee & Arcanoid roms (only) to
input_player1_mouse_index = "2"Can You please advice me, how to activate those overrides?
THX! -
You'll need to create a text file with a
.cfg
extension and the same name as your game in the directory your game is located. So, for example, if your game is namedArkanoid.zip
, you'd name your text fileArkanoid.zip.cfg
. In there, you'll add...input_player1_mouse_index = "2"
... and you should be good to go.
-
@mediamogul Thanks for Your effort!
Will give it a try tomorrow. -
@mediamogul said in Override Mouse index in Mame2003?:
input_player1_mouse_index = "2"
It works like a charm :)
A big hand to You!
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.