mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:29:17 +00:00
Fixing lint issue reported by build syste,
This commit is contained in:
parent
4dd0329817
commit
6a16037391
1 changed files with 1 additions and 1 deletions
|
@ -945,7 +945,7 @@ void MemoryWidget::OnFindNextValue()
|
||||||
if (set_code_bp && (4 <= alignment))
|
if (set_code_bp && (4 <= alignment))
|
||||||
{
|
{
|
||||||
m_system.GetPowerPC().GetBreakPoints().ToggleBreakPoint(m_memory_view->GetAddress());
|
m_system.GetPowerPC().GetBreakPoints().ToggleBreakPoint(m_memory_view->GetAddress());
|
||||||
emit Host::GetInstance() -> PPCBreakpointsChanged();
|
emit Host::GetInstance()->PPCBreakpointsChanged();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue