You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be awesome if it were easy to bundle a specific ROM with this emulator, set configuration defaults, and disable the menu.
For example, if I made a Game Boy game, I could package it with this emulator and upload it to itch.io, or host it on my own website or on GitHub Pages, to make it playable in the browser.
I envision this as a few new settings in manifest.webapp:
Configuration defaults for all settings (nice to have anyway)
Whether the menu should be displayed or not (if I set defaults, I don't necessarily want to confuse players with the menu)
The file name of a ROM; if set, and the file exists, the emulator runs that ROM directly after boot
The text was updated successfully, but these errors were encountered:
Even better, turn it into a node module.
Expose a main function that takes a canvas, a ROM, and some basic options, and allow people to use it in their own projects.
It'd be awesome if it were easy to bundle a specific ROM with this emulator, set configuration defaults, and disable the menu.
For example, if I made a Game Boy game, I could package it with this emulator and upload it to itch.io, or host it on my own website or on GitHub Pages, to make it playable in the browser.
I envision this as a few new settings in
manifest.webapp
:The text was updated successfully, but these errors were encountered: