Open Issues Need Help
View All on GitHub Bug/QoL: Array of Bytes Search Does Not Ignore Newlines about 1 month ago
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