A RAM search made specifically to search, monitor and edit the Dolphin emulator's emulated memory

dolphin ram-search
1 Open Issue Need Help Last updated: Jul 26, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to fix a bug in the Dolphin Memory Engine's "Array of Bytes" search functionality. Currently, newline characters in the search input are not handled correctly, preventing searches from working as expected. The solution involves modifying the search algorithm to either ignore, strip, or visibly represent newline characters in the search input, and optionally enhance the input handling to support various spacing formats.

Complexity: 3/5
bug good first issue

A RAM search made specifically to search, monitor and edit the Dolphin emulator's emulated memory

C++
#dolphin#ram-search