shin icon indicating copy to clipboard operation
shin copied to clipboard

Make LAYERLOAD be able to complete in <1 frame

Open DCNick3 opened this issue 2 years ago • 1 comments
trafficstars

Currently, LAYERLOAD requires a yield to game loop, effectively making minimum load time 1 tick. I believe we can do better.

DCNick3 avatar Jan 25 '23 10:01 DCNick3

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

DCNick3 avatar Feb 06 '25 17:02 DCNick3