torch2424 / vaporBoy

Gameboy / Gameboy Color Emulator PWA built with Preact. ⚛️ Powered by wasmBoy. 🎮Themed with VaporWave. 🌴🐬
https://vaporboy.net/
GNU Affero General Public License v3.0
251 stars 21 forks source link

How to access save files? #126

Open vegerot opened 4 years ago

vegerot commented 4 years ago

I'm looking at the indexeddb storage, and while I can see save states, I can't find anything that could be converted to a .sav or anything

torch2424 commented 4 years ago

@vegerot Hello!

Yes unfortunately, currently save files can't be exported to a file :disappointed: It's been an open issue, where my plan was to use PouchDB to sync with a server, as outlined in: https://github.com/torch2424/vaporBoy/issues/77

So it's something I need to build out once I have the time :smile: But I'd also be open to PRs if you would like to try it out :smile: