mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-22 18:29:57 -05:00
Call Advance at the start of each timing slice instead of the end. Possibly fixed a bug where a slice would randomly branch straight back to Advance() because the flags were not set to the right values before branching to the dispatcher entrypoint.