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

Bouquet of GUI fixes and improvements. #151

Closed cristian64 closed 6 months ago

cristian64 commented 6 months ago

A collection of small fixes and improvements:

[^1]: Even though the widget and the buttons are enabled, there are certain operations such as adding watch entries or editing addresses that will not work: DME currently attempts to verify memory addresses before accepting the address, which will fail if not hooked. This will be addressed in a separate work item.