Actions
Emulator Issues #10962
closedAndroid: 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
Updated by JosJuice over 6 years ago
- Operating system Android added
- Operating system deleted (
N/A)
Updated by ryanebola16 over 4 years ago
- Related to Emulator Issues #10957: Android: Prefer INI settings instead of SharedPreferences to retain settings across Dolphin builds added
Updated by ryanebola16 over 4 years ago
- Related to deleted (Emulator Issues #10957: Android: Prefer INI settings instead of SharedPreferences to retain settings across Dolphin builds)
Updated by ryanebola16 over 4 years ago
- Related to Emulator Issues #10818: Android: Choosing a different controller during emulation doesn't enable that controller added
Updated by ryanebola16 about 4 years 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.
Actions