Helco / PebbleOfDoom

A platform is only hackable when some form of Doom is ported to it, let's make Pebble hackable!
MIT License
6 stars 0 forks source link

PCMockup: Add framebuffer canary #60

Closed Helco closed 6 years ago

Helco commented 6 years ago

The mentioned bug occured when one was above a rendered wall as the render start points on the screen were not checked against screen boundaries.

The SafeFramebuffer was also tested manually by direct placing bytes out of the framebuffer bounds.

Fixes #50