Andy Chase
Andy Chase
A couple people suggested the ui could be improved: * Mobile ui non existant * A lot of buttons now * Need a remapping design * Possibly prepare a homebrew...
This should work ``` function save() { let gba = this.gba; gba.pause(); window.localforage.setItem("state", Serializer.serialize(gba.freeze()), function (err) { gba.runStable(); }) } function load() { let gba = this.gba; window.localforage.getItem("state", function (err,...
See #10 for testing this functionality.
The emulator has a cool visual debugging system however right now I don't think it works
Rom-based https://github.com/jsmolka/gba-suite More comprehensive but might be harder to integrate: https://github.com/mgba-emu/suite For just now set the baseline for regressions, however it would be nice if this set the framework for...
Not sure if the project has been profiled but that might be a good project to look into
- Possible add more examples - Highlight the features in a clear way - Emphasize use case as extracting structured information from natural languages