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

Custom input mapping #4

Closed
cbrgray opened this issue Nov 28, 2021 · 1 comment
Closed

Custom input mapping #4

cbrgray opened this issue Nov 28, 2021 · 1 comment

Comments

@cbrgray
Copy link
Collaborator

cbrgray commented Nov 28, 2021

Debug menu feature, probably requiring a new 'page' like the warps menu. Allows remapping of button combos e.g. create/load state.
For persistence, they should be stored in SRAM.

Since SRAM can become corrupted, the input to open the debug menu should not be mappable. Additionally, a backup of the mappings should also be stored in SRAM to enable detection if corruption occurs, via comparison on boot. If corruption is detected, clear any custom mappings back to default (and maybe set a flag to alert the user?).

@cbrgray
Copy link
Collaborator Author

cbrgray commented Jul 7, 2024

Implemented in f67fe72 and d3f4ec0

@cbrgray cbrgray closed this as completed Jul 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant