aldelaro5 / dolphin-memory-engine

A RAM search made specifically to search, monitor and edit the Dolphin emulator's emulated memory
MIT License
171 stars 39 forks source link

Relax input acceptance criteria in `AddressInputWidget`. #161

Closed cristian64 closed 5 months ago

cristian64 commented 5 months ago

The max length (previously 10) has been lifted, and the input is now self-corrected as the user enters text:

For example, this now allows the user to paste an address that may contain spaces, which is a fairly common case (e.g. 80 12 34 56).