Do not rely on when polling takes place in the emu core. We earlier assumed that this occured always at the start of the main loop. We now do not care about when the poll callback is called, and we manually poll the network ourselves in pre_frame.
Still very broken, but frame-by-frame sync works at least :)