Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for multiple saves in GBA emulator files (Goomba/PocketNES/SMSAdvance) #134

Open
euan-forrester opened this issue Jul 3, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@euan-forrester
Copy link
Owner

These emulators can run on the GBA in "bundled" mode, where you select a list of game ROMs on your PC and then a program creates a single executable that runs on the GBA and allows you to select between these games.

The save file for that executable contains save info for all of the games.

Right now, we only support extracting one game's save data from the file, but we could make a dropdown menu to display all of them with their associated game title, similar to how N64/PS1 memory cards are done.

My goal for this site is to just support built in emulators on flash carts, and not get sucked into supporting every emulator ever, so it's not a priority to include this. When run from the flash cart OS directly, an individual save file for each game is created.

But it would be easy to add this ability. If there's enough demand we should consider adding it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant