Hi All,
I made a autohotkey script years ago to run joytray for my ultimarc servo sticks. Basically it runs as addtional app in front of games that use 4 way joysticks and runs the below:
run, C:\Program Files (x86)\JoyTray\joytray -servo joy4way
~Esc::
run, C:\Program Files (x86)\JoyTray\joytray -servo joy8way
ExitApp
Been working perfectly for about 6 years, but recently i have noticed that mame takes 30-45secs to open until i realised that it was only affecting games that are 4 way. If i remove the script on 4 way games then they load in secs.
Is ther a better way to automate the ultimarc software or similar to change from 8 way to 4 way servo sticks on startup of games like Donkey Kong?