2018-11-03, 20:02
Should be fixed by https://github.com/xbmc/xbmc/pull/14658
(2018-11-11, 22:34)garbear Wrote: The function you need to modify is CGameClientInput::MapJoysticks(). Simply sort joysticks by time of last use. You will need to add this time parameter to the joystick object. I can help show where this should go and where it should be calculated.
(2018-11-13, 18:06)garbear Wrote: Yes, many more.This is way above me.. Maybe someone else can lend a hand until this gets fixed and the shield is usable with RetroPlayer again.
(2018-11-11, 22:34)garbear Wrote: The function you need to modify is CGameClientInput::MapJoysticks(). Simply sort joysticks by time of last use. You will need to add this time parameter to the joystick object. I can help show where this should go and where it should be calculated.
This is how to fix it. I'm able to advise if anyone wants to give it a try.