Emulator Issues #11176
closedPlease add support for searching other memory types in cheat search.
0%
Description
Its not possible to search values in 90020000 for example on the memory viewer and its impossible to search into it via cheat search.
You are limited to the standard 0x00000000 (0x80000000 in memory viewer) as the only searchable part.
Though adding this support in cheat search would make it even harder to hit under 1024 results to make them visible.
(that harsh 1024 visibility cap limitation should be removed in favor of being able to change the results limit to a less cramped amount)
One option would be to allow switching search modes to access the other memory ranges which hide stuff like character size mods that are nearly impossible to find unless doing a breakpoint on a proper assembly location that just so happens to write into it.
Then even after that,you would be limited to custom ASM in order to write to it as cheats and also run into pointer requirement issues which makes the ASM creation harder.
Also please don't leave this out of the Dolphin-wx executable (like real-time Gecko code editing was >:( ) if any of it gets added.
I am stubborn so I prefer it over the qt version.
Updated by Helios over 6 years ago
Seems reasonable. But just a heads up. AFAIK nobody is interested in touching Wx anymore. If you need the feature there, you'll very likely need to backport it yourself.
Updated by Helios over 6 years ago
- Status changed from New to Accepted
- Issue type changed from Bug to Feature request
- Relates to usability changed from No to Yes
Updated by flacs over 3 years ago
- Status changed from Accepted to Fix pending
Updated by JosJuice over 3 years ago
- Is duplicate of Emulator Issues #10524: Cheat Search Does not Search MEM2 or MMU Regions added
Updated by JosJuice over 3 years ago
- Status changed from Fix pending to Duplicate