You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add runahead support to GameSession
* Rename _runahead_base_frame to _runahead_start_frame
* Fix runahead correctness issues
* Fix local input frame and add runtime delay/runahead controls to online example
* Minimize runahead footprint in existing code
Move running_ahead flag to InputBuffer state via SetRunaheadMode() instead
of threading it through GetCurrentInputs/GetInput parameters. Reset sync
frame immediately inside HandleRunahead so AddLocalInput and network logic
always see the real frame, removing the need for GetSessionFrame().
0 commit comments