mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 03:24:59 +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))
|
||||
{
|
||||
m_system.GetPowerPC().GetBreakPoints().ToggleBreakPoint(m_memory_view->GetAddress());
|
||||
emit Host::GetInstance() -> PPCBreakpointsChanged();
|
||||
emit Host::GetInstance()->PPCBreakpointsChanged();
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue