mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
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()
|
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()
|
void JitBlockTableModel::OnPPCBreakpointsChanged()
|
||||||
|
Loading…
Reference in New Issue
Block a user