torch2424 / wasmboy

Game Boy / Game Boy Color Emulator Library, 🎮written for WebAssembly using AssemblyScript. 🚀Demos built with Preact and Svelte. ⚛️
https://wasmboy.app/
GNU General Public License v3.0
1.39k stars 65 forks source link

Fixed Save States for Graphics #333

Closed torch2424 closed 3 years ago

torch2424 commented 3 years ago

relates to #332

The last save state PR did not test trying to traverse through a game, and from this, found out we were missing some globals from the Graphics class. Went ahead and fixed this as well! :smile:

In total This PR does:

save-state 380 Screenshot from 2020-10-12 17-08-46