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
Android: Separate GameCube overlay refresh logic #8739
Conversation
61fca65
to
5d0e06c
Compare
|
#8735 has been merged so this is ready for review. |
|
Any feedback on this? I'd like to get this merged as it's needed for future PRs. |
|
If I'm reading the code right, enabling/disabling a GameCube controller in the settings activity or simply just running a GameCube game will make it so that the overlay controller used for Wii games becomes a GameCube controller. It doesn't make sense to me that Dolphin would change the controller type like that automatically. Or did I misread the code? |
|
You read the code correctly. I think I found a way to accomplish the same thing without touching SharedPreferences. |
|
Fixed a typo that caused problems with the Nunchuk overlay. |
|
Did I take care of @JosJuice's concerns? |
|
Is there anything holding this PR back? |
|
Can this PR be merged? I don't think there's any drawbacks to it anymore. |
|
Can this PR be merged? |
Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/overlay/InputOverlay.java
Outdated
Show resolved
Hide resolved
Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/overlay/InputOverlay.java
Outdated
Show resolved
Hide resolved
Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/overlay/InputOverlay.java
Outdated
Show resolved
Hide resolved
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.
Untested, but the code seems fine now.
|
Wii Overlay PR is almost complete and this is required (likely along with #8803 to give users the option to disable GC Player 1 emulated controller when enabling the emulated wii remote and vice versa). Please merge these PRs. |
Wii overlay changes will be made in a subsequent PR.
Other minor changes: