macabeus / react-gbajs

🕹 GBA emulator on your React project - easy and powerful to use!
https://www.npmjs.com/package/react-gbajs
BSD 2-Clause "Simplified" License
71 stars 14 forks source link

fix FlashSavedata not defined, hex not defined #17

Closed eddie246 closed 1 year ago

eddie246 commented 1 year ago

Fix for #16

export MemoryView from mmu.js export FlashSavedata from savedata.js export hex from util.js

macabeus commented 1 year ago

Thanks for your PR! I added some comments above

macabeus commented 1 year ago

FIxed by https://github.com/macabeus/react-gbajs/pull/19