Emulator Issues #10962
Android: Make "Choose Controller" menu accessible outside of emulation
% Done:
0%
Operating system:
Android
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
#10818 should be solved before implementing this.
See https://github.com/dolphin-emu/dolphin/pull/6499#issuecomment-375911204
Related issues
History
#1
Updated by JosJuice about 3 years ago
- Operating system Android added
- Operating system deleted (
N/A)
#2
Updated by ryanebola16 about 1 year ago
- Assignee set to ryanebola16
#3
Updated by ryanebola16 11 months ago
- Related to Emulator Issues #10957: Android: Prefer INI settings instead of SharedPreferences to retain settings across Dolphin builds added
#4
Updated by ryanebola16 10 months ago
- Related to deleted (Emulator Issues #10957: Android: Prefer INI settings instead of SharedPreferences to retain settings across Dolphin builds)
#5
Updated by ryanebola16 10 months ago
- Related to Emulator Issues #10818: Android: Choosing a different controller during emulation doesn't enable that controller added
#6
Updated by ryanebola16 6 months ago
- Status changed from New to Working as intended
At this point, I'm fairly confident https://github.com/dolphin-emu/dolphin/pull/8894 is the better way to handle accessing controller settings. There should be one way to access them that can be used both inside and outside of emulation. More ways to access this are confusing for the user and unnecessarily increases code complexity.
Choosing a controller from the overlay menu should eventually be replaced with the controller input menus but some more changes are required before that can happen.