You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if there is something wrong on my end or if this is a bug, but I'm having a hard time getting programmatically setting inputs to a GameCube controller.
My code:
Console output:
Dolphin Controller Settings:
Let me know if you need any more information about my setup. Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. Albeit not very critical because it's "cosmetic", this definetely is an issue. It stems from the fact that I was kinda lazy and implemented "get_xyz_buttons" by just saving and returning the previously seen inputs. Because set_xyz_buttons practically just queues them for the next input poll, their effect is not visible immediately. But this behaviour is not very intuitive, so I'll consider this a valid bug 👍
I'm not sure if there is something wrong on my end or if this is a bug, but I'm having a hard time getting programmatically setting inputs to a GameCube controller.
My code:
Console output:
Dolphin Controller Settings:
Let me know if you need any more information about my setup. Thanks!
The text was updated successfully, but these errors were encountered: