pond3r / ggpo

Good Game, Peace Out Rollback Network SDK
MIT License
3.11k stars 360 forks source link

Questions about developer guide #47

Open seasidelab opened 4 years ago

seasidelab commented 4 years ago

When I translated it into Japanese, there was a part I didn't understand. (By the way, I'm not good at English.)

your 2-second flash will be entirely consumed by the rollback (line 180)

Is this "2-second" a mistake of "2-frame"?

GGPO will call your advance frame callback many times during a rollback. (line 208)

Does this "advance frame" mean "ggpo_advance_frame" or user defined callback function?