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
860 stars 42 forks source link

[request] add gba game that can switch between titles with home button #49

Open Alpha-404 opened 2 years ago

Alpha-404 commented 2 years ago

basically gba game to load other gba games so you dont have to reboot

Masamune3210 commented 2 years ago

likely impossible, considering i believe the home button is mapped to closing the entire thing

profi200 commented 2 years ago

The way you describe it is not possible. The ROM is stored in FCRAM (external DRAM) and all access to that RAM is blocked once GBA mode has been entered (GBA hardware gets exclusive read access to it). Meaning i can't overwrite the ROM in any way once in GBA mode.

I however plan on allowing reboot to oaf with the help of the installed bootloader.

Rose22 commented 1 year ago

can you at least create a button shortcut that you can press during a game that will reboot the 3ds straight back into open agb firm so you can pick another rom to play?