mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-16 02:59:11 +01:00
6f54c3207c
For step over, it was updating twice which actually made the red display on the register view (when a register changes since) malfunction. Since it doesn't seem to be usefull to update before AND after the run, the one before the run was removed. For step out, well, because there was no chances given for the thread to run as it is single stepping all the time, I only added a call to update after it was done.