mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06: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:
@ -270,7 +270,6 @@ void SingleStep()
|
|||||||
|
|
||||||
void RunLoop()
|
void RunLoop()
|
||||||
{
|
{
|
||||||
Host_UpdateDisasmDialog();
|
|
||||||
s_cpu_core_base->Run();
|
s_cpu_core_base->Run();
|
||||||
Host_UpdateDisasmDialog();
|
Host_UpdateDisasmDialog();
|
||||||
}
|
}
|
||||||
|
@ -369,6 +369,7 @@ void CCodeWindow::StepOut()
|
|||||||
|
|
||||||
JumpToAddress(PC);
|
JumpToAddress(PC);
|
||||||
Update();
|
Update();
|
||||||
|
Host_UpdateDisasmDialog();
|
||||||
|
|
||||||
UpdateButtonStates();
|
UpdateButtonStates();
|
||||||
// Update all toolbars in the aui manager
|
// Update all toolbars in the aui manager
|
||||||
|
Reference in New Issue
Block a user