GBARunner2
GBARunner2 copied to clipboard
Boot from Slot-2
I was wondering if there is anyway to boot to DS-Lite Slot-2 without patching the rom.
It looks like this is possible in code by changing LoadGame to allow a virtual entry for Slot-2 and then copying the game into memory.
However I would like to replace the DLDI patches with native Slot-2 reads if possible to avoid copying into memory. Is this possible with GBARunner2?
I suppose that would indeed be possible. We could probably make a mode to have it read from slot2 instead of sd
Okay! I will try to get more familiar with the codebase and propose a set of changes that would allow this mode, possibly as a "Boot from slot2" folder entry on DS+DS-Lite models. We can break out the proposal into a series of PRs :+1:
I won't have time to do this for the next couple weeks.
Has this mode been implemented yet? I'd love to try it