fake-08
fake-08 copied to clipboard
Carts relying on flip() occasionally crash on exit
flip() is used to send pico 8's internal screen buffer to the host's framebuffer outside of the main update/draw loop. It is not currently implemented
flip() has been implemented as of v0.0.2 but there is an intermittent problem where carts relying on it don't close properly.