shin
shin copied to clipboard
Make LAYERLOAD be able to complete in <1 frame
trafficstars
Currently, LAYERLOAD requires a yield to game loop, effectively making minimum load time 1 tick. I believe we can do better.
The game actually is smart with this: they opportunistically block in the game loop with a small timeout, and only if this fails, they yield to the game loop