JitBlockTableModel: Update For Symbols Too
Flushing efficiency down the drain because I wrote unsafe code to achieve it... I hope I can recover this.
This commit is contained in:
parent
5a95951751
commit
0371b74ebf
|
@ -187,7 +187,9 @@ void JitBlockTableModel::OnUpdateDisasmDialog()
|
|||
|
||||
void JitBlockTableModel::OnPPCSymbolsUpdated()
|
||||
{
|
||||
UpdateSymbols();
|
||||
// Previously, this was only a call to `UpdateSymbols`, but HLE patch engine code can
|
||||
// invalidate JIT blocks when specific symbols are loaded. What can be done about it?
|
||||
Update(Core::GetState(m_system));
|
||||
}
|
||||
|
||||
void JitBlockTableModel::OnPPCBreakpointsChanged()
|
||||
|
|
Loading…
Reference in New Issue