ppsspp
ppsspp copied to clipboard
multiple tabs in memory layout
What should happen
Each tab uses it's own base address for the display. Ideally assign them their own name as well. Right now the only way to do this is to have a notepad file storing each address
Who would this benefit
*allows us to dereference pointers while still having the address of the original pointer at hand *makes it easier to develop CW Cheats *can even edit the bytecode for instructions using multiple tabs *easily keep track of different offsets
Platform (if relevant)
Windows
Games this would be useful in
all
Other emulators or software with a similar feature
jcpsp may or may not have this feature
Checklist
- [X] Check the latest git build in case it's already implemented.
- [X] Search for other requests of the same feature.