fengb / fundude

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

PPU: investigate screen cache #21

Open fengb opened 5 years ago

fengb commented 5 years ago

Depends on https://github.com/fengb/fundude/issues/20, https://github.com/fengb/fundude/issues/14

See if applying the same strategy can speed up screen rendering. Even though this is more complicated and less efficient, we should at least explore this option.

Major caveats: