PabloMK7 / citra

A Nintendo 3DS Emulator
GNU General Public License v2.0
3.74k stars 636 forks source link

android: Allow remapping of unknown keycodes #189

Closed newhinton closed 4 months ago

newhinton commented 4 months ago

See #184 Closes #184

This implements the scancode fallback for unknown keys. There is one drawback to this PR: When a user already assigned an "unknown button" to an action, updating to this PR will render that button useless until it is remapped by the user. There is no indication that this happened, and it will fail silently.