mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-18 02:42:42 +00:00
Some state changes are meant to be near instantanoues, before switching to something else. By reporting ithe instant switch, the UI will flicker between states (pause/play button) and the debugger will unnecessarily update. Skipping the callback avoids these issues.