profi200 / open_agb_firm

open_agb_firm is a bare metal app for running GBA homebrew/games using the 3DS builtin GBA hardware.
GNU General Public License v3.0
930 stars 46 forks source link

Implement change ROM and last rom folder #21

Closed redirectto closed 2 years ago

redirectto commented 3 years ago

Is it possible for a newer version to be able to press a combination of buttons to select another game instead of having to turn off the console, also it would be nice if open_agb_firm remembered where it was the last folder you loaded a game

profi200 commented 3 years ago

It's not possible to load a different ROM once GBA mode is running. It requires a reboot/poweroff. Remembering the last dir a ROM got loaded from is something i can add.

foxsouns commented 3 years ago

This issue should probably be closed: everything's been resolved.

profi200 commented 3 years ago

Yeah, it didn't auto close yet because the commit is not in master yet.

Dimensional commented 3 years ago

Would a reboot that automatically takes you back into open_agb_firm be a plausible solution? No having to hold down start for Luma, or a button combination for FastBoot3DS?

profi200 commented 3 years ago

That's pretty much the only way. Need to see how this can be done. But it's kinda low priority.