mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-27 11:48:42 +00:00
Merge pull request #4186 from aldelaro5/registerView-update-fix
Fix registerView updates issues when stepping over or stepping out
This commit is contained in:
commit
ea7e734496
2 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,6 @@ void SingleStep()
|
|||
|
||||
void RunLoop()
|
||||
{
|
||||
Host_UpdateDisasmDialog();
|
||||
s_cpu_core_base->Run();
|
||||
Host_UpdateDisasmDialog();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue