fengb / fundude

Gameboy emulator: Zig -> wasm
https://fengb.github.io/fundude/
MIT License
181 stars 8 forks source link

Cache roms #37

Open fengb opened 4 years ago

fengb commented 4 years ago

Needing to load ROMs from the filesystem every time is really annoying. We can easily cache them in localStorage or something.

Also the load cart UI should be rethought to allow for "included ROMs", "saved ROMs", or "load from FOO"

fengb commented 4 years ago

It might not be too bad as is. I'd expect most people to have a common directory, and localstorage space is pretty limited.