Skip to content
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 TV: Replace toolbar on EmulationActivity with a full-screen menu #2688

Merged
merged 5 commits into from Jul 21, 2015

Conversation

sigmabeta
Copy link
Contributor

Android TV devices do not have a touch-screen, and so there were issues with navigating the ingame options with the controller.

It's also tough to read small text, and icons are no better. This PR adds a transparent full-screen overlay menu, while emulation continues in the background. (The settings, savestate, and loadstate options are no-ops for now, but everything else works including quicksave/load.) This menu will also be expandable to allow runtime modifications of certain settings (internal resolution, for example.)

It should be functional, but there are still visual artifacts here and there. I'm working on resolving those, as well as making the existing no-ops not no-ops anymore. However, I think there may be value in merging this asap, as it resolves a major pain point for folks trying to develop for the X1.

Sonicadvance1 added a commit that referenced this pull request Jul 21, 2015
Android TV: Replace toolbar on EmulationActivity with a full-screen menu
@Sonicadvance1 Sonicadvance1 merged commit 3163602 into dolphin-emu:master Jul 21, 2015
@sigmabeta sigmabeta deleted the android-tv-ingame-menu branch December 10, 2015 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants