-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Menus support any controller #33
Conversation
Just noticed I forgot to move everything into a function. |
Am I seeing this correctly with all the C&P loops? Is it not possible to store this in a function and parameterize it if necessary? |
@Maschell should be all done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good so far. Can you fix getInput
and move all input related functions into a new file (e.g. InputUtils.h
)?
I'll gonna do the fixes myself and then merge |
Will be reopened and merged |
Also added KPADRead to the check to force open the menu. Of course it's unusable because the controllers don't connect quick enough, but the infrastructure's there for when we figure something out.
Fixes #23
Semi-fixes #9 - you need to have autobooting disabled